Skip to content

Commit

Permalink
Pin typing-extensions in Python 3.6
Browse files Browse the repository at this point in the history
typing-extensions 4.2.0 is not compatible with Python 3.6, and breaks `pytest`.
  • Loading branch information
nicoddemus committed Dec 9, 2022
1 parent a316f0f commit dcd5cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies:
- pytest-rerunfailures
- pytest-selenium >=1,<2
- pytest-timeout
- typing-extensions <4.2.0 # [PYTHON_VERSION=="3.6"]
{% if sys.platform != 'win32' %}
- pytest-xvfb
{% endif %}
Expand Down

0 comments on commit dcd5cf7

Please sign in to comment.