Skip to content

Commit

Permalink
Replace py.test with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaMuravjov committed Nov 10, 2022
1 parent e0e0a2f commit cbadfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tests.py
Expand Up @@ -4,7 +4,7 @@

def main():
shared.configure_python_path()
subprocess.check_call(["python", "-m", "py.test", "-vv", "-s", shared.TESTS])
subprocess.check_call(["python", "-m", "pytest", "-vv", "-s", shared.TESTS])


if __name__ == "__main__":
Expand Down

0 comments on commit cbadfe6

Please sign in to comment.