Skip to content

Commit

Permalink
Pin importlib_resources
Browse files Browse the repository at this point in the history
`5.10` (the latst version) seems to be incompatible with `jaraco.text`, which is an indirect dependency of `cherrypy`.

Fix #151
  • Loading branch information
nicoddemus committed Dec 9, 2022
1 parent dcd5cf7 commit 885ea41
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ dependencies:

{% if TEST_QMXGRAPH %}
- cherrypy
- hypothesis ==3.11.0
- hypothesis =3.11
- pytest-mock
- pytest-qt
- pytest-rerunfailures
- pytest-selenium >=1,<2
- pytest-timeout
- typing-extensions <4.2.0 # [PYTHON_VERSION=="3.6"]
{% if sys.platform != 'win32' %}
- pytest-xvfb
{% endif %}

# Pin importlib_resources due to #151.
- importlib_resources <5.10
- pytest-xvfb # [linux]
{% endif %}

0 comments on commit 885ea41

Please sign in to comment.