Skip to content

Commit

Permalink
forked tests
Browse files Browse the repository at this point in the history
Signed-off-by: koubaa <[email protected]>
  • Loading branch information
koubaa committed Dec 10, 2024
1 parent 1e45ab5 commit ab3e221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ vs_run_tests: vs_build_tests
#### PYTHONG ####

test_python:
python3 -m pytest -s --log-cli-level=DEBUG -v python/test/
python3 -m pytest --forked -s --log-cli-level=DEBUG -v python/test/

####### Run CI Commands #######

Expand Down
2 changes: 1 addition & 1 deletion python/test/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyshader==0.7.0
numpy==1.22.4
pytest==7.1.2

pytest-xdist==3.6.1

0 comments on commit ab3e221

Please sign in to comment.