Skip to content

Commit

Permalink
Add xmlrunner dependency and ignore utest_sasdata.py when running pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Aug 9, 2022
1 parent f81b53e commit 76ca2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install wheel setuptools
python -m pip install numpy lxml h5py "pytest<6"
python -m pip install numpy lxml h5py xmlrunner "pytest<6"
### Actual building/testing of sasdata

Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pytest]
norecursedirs=sasdata/
addopts=--ignore test/utest_sasview.py
addopts=--ignore test/utest_sasdata.py
python_files='utest*py'

0 comments on commit 76ca2c6

Please sign in to comment.