From 76ca2c65c320bd3c1ffaecf3e4ab686f6fb9bf68 Mon Sep 17 00:00:00 2001 From: krzywon Date: Tue, 9 Aug 2022 14:59:18 -0400 Subject: [PATCH] Add xmlrunner dependency and ignore utest_sasdata.py when running pytest --- .github/workflows/test.yml | 2 +- pytest.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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