File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ install-test: | install-test-setup
319319 $(call pytest,--no-success-flaky-report --benchmark-disable -n auto -k "not fuzz" --durations=5)
320320
321321examples-test :
322- cd examples && pytest --no-success-flaky-report --benchmark-disable -n auto --durations=5 . --cov=compiler_gym --cov-report=xml:$(COV_REPORT ) $(PYTEST_ARGS )
322+ cd examples && pytest --nbmake -- no-success-flaky-report --benchmark-disable -n auto --durations=5 . --cov=compiler_gym --cov-report=xml:$(COV_REPORT ) $(PYTEST_ARGS )
323323
324324# Note we export $CI=1 so that the tests always run as if within the CI
325325# environement. This is to ensure that the reported coverage matches that of
Original file line number Diff line number Diff line change 11flaky == 3.7.0
2+ nbmake == 0.9
23psutil == 5.8.0 # Implicit dependency of pytest-xdist
34pytest == 6.1.0
45pytest-benchmark == 3.2.3
You can’t perform that action at this time.
0 commit comments