1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-04-21 02:00:46 +01:00

Use pytest<3.3 to fix Python 3.3 tests ()

See https://github.com/nvbn/thefuck/pull/744 for context.

I'm personally okay with dropping Python 3.3 support,
but I'd like to at least get the tests working while we decide on that.
This commit is contained in:
Joseph Frazier 2017-12-20 20:43:01 -05:00 committed by GitHub
parent 629056077f
commit f966ecd4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
pip pip
flake8 flake8
pytest pytest<3.3
mock mock
pytest-mock pytest-mock
wheel wheel