Skip to content

Commit

Permalink
Pin Faker dependency for tests on Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
solarissmoke committed Jun 20, 2020
1 parent 78ba1fc commit ef613ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
'pytest-django==3.1.2',
'pytest-xdist==1.22.3',
'tox>=3.0,<3.1',
'Faker<=4.1.0', # Pinned for python 3.4 compatibility
]

with open(os.path.join(PROJECT_DIR, 'README.rst')) as fh:
Expand Down

0 comments on commit ef613ff

Please sign in to comment.