Skip to content

Commit

Permalink
Cap wxpython version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 12, 2024
1 parent bcbb421 commit 016b534
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ keywords:

imgbot_ignore:
- "wx_icons_tango/*"

tox_unmanaged:
- testenv
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
SETUPTOOLS_USE_DISTUTILS=stdlib
deps = importcheck>=0.1.0
deps =
importcheck>=0.1.0
wxpython>=4.0.7,<4.2.0; platform_system == "Windows" and python_version < "3.9"
wxpython>=4.0.7,<4.2.0; platform_system == "Darwin" and python_version < "3.9"
commands =
python --version
python -m importcheck {posargs:--show}
Expand Down

0 comments on commit 016b534

Please sign in to comment.