Skip to content

Commit

Permalink
Include requirement unconditionally
Browse files Browse the repository at this point in the history
The marker was only needed when we were testing Python 3.4.
  • Loading branch information
pquentin committed Mar 31, 2020
1 parent c84d5ad commit 459f6a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ pytest-timeout==1.3.4
flaky==3.6.1
trustme==0.5.3
cryptography==2.8
gcp-devrel-py-tools==0.0.15

# https://github.com/GoogleCloudPlatform/python-repo-tools/issues/23
pylint<2.0;python_version<="2.7"

# Because typed-ast doesn't provide Python 3.4+Windows wheels
gcp-devrel-py-tools;python_version>='3.5' or sys_platform != 'win32'

0 comments on commit 459f6a8

Please sign in to comment.