Skip to content

Commit

Permalink
Things needed to get tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rickprice committed Nov 9, 2024
1 parent ca754ab commit f7a5b82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ testing =
sys_platform != "cygwin"
# for tools/finalize.py
jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
pytest-home >= 0.5
mypy==1.9 # pin mypy version so a new version doesn't suddenly cause the CI to fail
; pytest-home >= 0.5
; mypy==1.9 # pin mypy version so a new version doesn't suddenly cause the CI to fail
mypy
# No Python 3.11 dependencies require tomli, but needed for type-checking since we import it directly
tomli
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ deps =
# Ideally all the dependencies should be set as "extras"
setenv =
PYTHONWARNDEFAULTENCODING = 1
SETUPTOOLS_ENFORCE_DEPRECATION = 1
; SETUPTOOLS_ENFORCE_DEPRECATION = 1
SETUPTOOLS_ENFORCE_DEPRECATION = 0
commands =
pytest {posargs}
usedevelop = True
Expand Down

0 comments on commit f7a5b82

Please sign in to comment.