blambright / qstylizer

Qt stylesheet generation utility for PyQt/PySide
MIT License
57 stars 8 forks source link

Incorrect requirements for Python 2.7 #6

Closed buddly27 closed 3 years ago

buddly27 commented 3 years ago

Requirement to pytest needs to be updated to v4

> pip install -e .[test]
...
ERROR: pip's legacy dependency resolver does not consider dependency conflicts when selecting packages. This behaviour is the source of the following dependency conflicts.
pytest-cov 2.10.1 requires pytest>=4.6, but you'll have pytest 3.10.1 which is incompatible.
pytest-xdist 1.34.0 requires pytest>=4.4.0, but you'll have pytest 3.10.1 which is incompatible.
blambright commented 3 years ago

Released with qstylizer 0.1.10