-
Notifications
You must be signed in to change notification settings - Fork 3
Description
When executing: ./run_tests.sh -V -- run tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server
Return is:
Downloading/unpacking hacking>=0.9.2,<0.10 (from -r /vagrant/tempest/test-requirements.txt (line 4))
Real name of requirement hacking is hacking
Could not find any downloads that satisfy the requirement hacking>=0.9.2,<0.10 (from -r /vagrant/tempest/test-requirements.txt (line 4))
Some externally hosted files were ignored (use --allow-external hacking to allow).
Cleaning up...
No distributions at all found for hacking>=0.9.2,<0.10 (from -r /vagrant/tempest/test-requirements.txt (line 4))
Storing debug log for failure in /root/.pip/pip.log
Command "tools/with_venv.sh pip install --upgrade -r /vagrant/tempest/requirements.txt -r /vagrant/tempest/test-requirements.txt" failed.
None
I updated the hacking version to be ==0.9.2 in the requirements.txt file and reran:
tools/with_venv.sh pip install --upgrade -r /vagrant/tempest/requirements.txt -r /vagrant/tempest/test-requirements.txt
This completed successfully