Skip to content

Commit

Permalink
[py] Fixing a flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 1, 2019
1 parent f9eaae5 commit f81159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/test/run_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
ini_file.write("addopts = -r=a\n")
ini_file.write("python_files = test_*.py *_tests.py\n")

raise SystemExit(pytest.main())
raise SystemExit(pytest.main())

0 comments on commit f81159f

Please sign in to comment.