Skip to content

Commit

Permalink
Add a constraint on pyrsistent for Python 2.7 (#31)
Browse files Browse the repository at this point in the history
This is needed to avoid Python 2.7 tests
failure. See:

tobgu/pyrsistent#205
tobgu/pyrsistent#207
tobgu/pyrsistent#208
  • Loading branch information
alalazo committed Nov 12, 2020
1 parent 5c2bdeb commit b03278a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Expand Up @@ -54,6 +54,9 @@ sphinx_rtd_theme = [
{version = "^0.4.3", python = "^3.5"}
]
jsonschema = "^3.2.0"
pyrsistent = [
{version="<0.17.0", python="^2.7"}
]

[tool.poetry.scripts]
archspec = 'archspec.cli:main'
Expand Down

0 comments on commit b03278a

Please sign in to comment.