Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit dfbc340

Browse files
authored
make pylint dev requirement not install on < 3.8 (Azure#4885)
* make pylint dev requirement not install on <= 3.8 * < 3.8
1 parent d4ad751 commit dfbc340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-servicebus/dev_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-e ../azure-sdk-tools
2-
pylint==2.1.1; python_version >= '3.4'
2+
pylint==2.1.1; python_version >= '3.4' and python_version < '3.8'
33
pylint==1.8.4; python_version < '3.4'

0 commit comments

Comments
 (0)