We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8727c8 commit 550fb25Copy full SHA for 550fb25
2 files changed
ci/azure-pipelines.yml
@@ -156,7 +156,7 @@ jobs:
156
pool:
157
vmImage: windows-2019
158
variables:
159
- interpreter: C:\hostedtoolcache\windows\Python\3.7.7\x64\python.exe
+ interpreter: C:\hostedtoolcache\windows\Python\3.7.8\x64\python.exe
160
target: x86_64-pc-windows-msvc
161
steps:
162
- task: UsePythonVersion@0
test/requirements.txt
@@ -1,7 +1,7 @@
1
arrow
2
dataclasses;python_version<"3.7"
3
numpy;platform_machine=="x86_64" and python_version<"3.9"
4
-pendulum;sys_platform!="win" and python_version<"3.9" and platform_machine=="x86_64"
+pendulum;sys_platform=="linux" and python_version<"3.9" and platform_machine=="x86_64"
5
psutil
6
pytest
7
pytz
0 commit comments