Skip to content

Commit

Permalink
Pin importlib_resources
Browse files Browse the repository at this point in the history
Fix #151
  • Loading branch information
nicoddemus committed Dec 9, 2022
1 parent f66d3c0 commit b7f6278
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
- 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 b7f6278

Please sign in to comment.