Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickFix to solve HTs installation issue #49

Merged
merged 3 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions requirements-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@ anytree
qrcode
Pillow
matplotlib
cairosvg
pytest
pytest-qt
pytest-qt-app
pytest-mock
coverage
cairosvg
7 changes: 1 addition & 6 deletions requirements-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,4 @@ matplotlib
cairosvg
win-unicode-console
winshell
pypiwin32
pytest
pytest-qt
pytest-qt-app
pytest-mock
coverage
pypiwin32
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down