Skip to content

Commit

Permalink
Resolve conda activation failure (#25191)
Browse files Browse the repository at this point in the history
* align pytest asyncio version within conda_test_requirements.txt
* remove pyversion restriction in conda_test_requirements.txt
  • Loading branch information
scbedd authored Jul 12, 2022
1 parent 073c3e8 commit 896e7f1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions eng/conda_test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# install from root of repo
aiohttp>=3.0; python_version >= '3.5'
aiohttp>=3.0
tools/azure-devtools
tools/azure-sdk-tools
mock;
aiodns>=2.0; python_version >= '3.5'
parameterized>=0.7.3; python_version >= '3.0'
trio; python_version >= '3.5'
aiodns>=2.0
parameterized>=0.7.3
trio
typing_extensions>=3.7.2
futures==3.3.0; python_version <= '2.7'
cryptography
adal
setuptools==46.4.0
pytest-asyncio==0.12.0
-e sdk/core/azure-core/tests/testserver_tests/coretestserver

0 comments on commit 896e7f1

Please sign in to comment.