Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions azure-sdk-testutils/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
-r ../requirements.txt

azure-storage-blob # azure-servicemanagement-legacy azure-keyvault
azure-storage-file # azure-mgmt-batchai
azure-storage-common # azure-keyvault
pytest-cov
pytest>=3.5.1
azure-devtools>=0.4.1
Expand Down
3 changes: 0 additions & 3 deletions scripts/dev_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ def pip_command(command):
# install packaging requirements
pip_command('install -r scripts/packaging_requirements.txt')

# install storage for tests
pip_command('install azure-storage')

# Ensure that the site package's azure/__init__.py has the old style namespace
# package declaration by installing the old namespace package
pip_command('install --force-reinstall azure-nspkg==1.0.0')
Expand Down