diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index af90c579..92eee0c5 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -22,6 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements-linux.txt + pip install pytest pytest-qt pytest-qt-app pytest-mock coverage - name: Test with pytest run: | mkdir -p htmlcov diff --git a/requirements-linux.txt b/requirements-linux.txt index 71fcd131..965c2323 100644 --- a/requirements-linux.txt +++ b/requirements-linux.txt @@ -11,9 +11,4 @@ anytree qrcode Pillow matplotlib -cairosvg -pytest -pytest-qt -pytest-qt-app -pytest-mock -coverage \ No newline at end of file +cairosvg \ No newline at end of file diff --git a/requirements-windows.txt b/requirements-windows.txt index fc3ebddf..99ac4d44 100644 --- a/requirements-windows.txt +++ b/requirements-windows.txt @@ -14,9 +14,4 @@ matplotlib cairosvg win-unicode-console winshell -pypiwin32 -pytest -pytest-qt -pytest-qt-app -pytest-mock -coverage \ No newline at end of file +pypiwin32 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 21effe67..21240eb5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,11 +31,6 @@ install_requires = win-unicode-console;platform_system=='Windows' winshell;platform_system=='Windows' pypiwin32;platform_system=='Windows' - pytest - pytest-qt - pytest-qt-app - pytest-mock - coverage packages = find_namespace: include_package_data = True