Skip to content

Commit

Permalink
Hammer PEP-426 markers until they sort-of work
Browse files Browse the repository at this point in the history
Any attempts to use platform_python_implementation or
implementation_name result in an "Invalid environment marker" error.

Any attempts to use >= to compare python_version result in an "Invalid
environment marker" error.
  • Loading branch information
mgedmin committed May 25, 2015
1 parent 89a54b0 commit cec7592
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -159,8 +159,7 @@ def read_file(*path):
tests_require = tests_require,
extras_require = {
'test': tests_require,
':python_version >= "2.7"': 'zodbpickle >= 0.6.0',
':platform_python_implementation == "PyPy': 'zodbpickle >= 0.6.0',
':python_version != "2.6"': 'zodbpickle >= 0.6.0',
},
install_requires = [
'persistent >= 4.1.0',
Expand Down

0 comments on commit cec7592

Please sign in to comment.