kvas-it / pytest-console-scripts

Pytest plugin for testing console scripts
MIT License
78 stars 14 forks source link

Update the tests and make them compatible with virtualenv v.20 #31

Closed kvas-it closed 4 years ago

kvas-it commented 4 years ago

The tests broke because Python 2 is no longer supported, some test dependencies don't work in Python 3.5 and Virtualenv package changed its API and behavior so that the other versions also broke.