File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 32
32
run : |
33
33
export PYTHONPATH="$GITHUB_WORKSPACE/libraries/compile-examples/compilesketches:$GITHUB_WORKSPACE/libraries/compile-examples/reportsizetrends"
34
34
pytest "$GITHUB_WORKSPACE/libraries/compile-examples/compilesketches/tests"
35
- python -m unittest discover "$GITHUB_WORKSPACE/libraries/compile-examples/reportsizetrends/tests"
35
+ pytest "$GITHUB_WORKSPACE/libraries/compile-examples/reportsizetrends/tests"
Original file line number Diff line number Diff line change 1
1
google-auth ~= 1.11
2
2
google-api-python-client ~= 1.7
3
+ pytest == 5.4.1
Original file line number Diff line number Diff line change
1
+ [pytest]
2
+ filterwarnings =
3
+ error
4
+ ignore::DeprecationWarning
5
+ ignore::ResourceWarning
6
+
7
+ markers =
8
+ slow: marks tests as slow (deselect with ' -m "not slow"' )
You can’t perform that action at this time.
0 commit comments