diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f73e4eb..9f9f1db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/pytest.ini b/pytest.ini index b76f2df..e950671 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] norecursedirs=sasdata/ -addopts=--ignore test/utest_sasview.py +addopts=--ignore test/utest_sasdata.py python_files='utest*py' \ No newline at end of file