From 3ca07a4c4aeda605406a0f8336a7a7961c5a46c4 Mon Sep 17 00:00:00 2001 From: Greg V Date: Tue, 2 Jul 2024 10:48:14 -0700 Subject: [PATCH] get pytest to run minimally --- .github/workflows/main.yml | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 161e9be..7a5296c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,7 +62,7 @@ jobs: - name: ๐Ÿงช Run tests run: | source venv/bin/activate - pytest --cov + pytest conftest.py - name: ๐Ÿ“Š Upload test results uses: actions/upload-artifact@v3 diff --git a/requirements.txt b/requirements.txt index cf47ccd..c041e13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,4 +36,5 @@ propelauth_flask==2.1.11 littletable==2.2.4 et-xmlfile==1.1.0 openpyxl==3.1.2 -pylint==3.2.5 \ No newline at end of file +pylint==3.2.5 +pytest==8.2.2 \ No newline at end of file