diff options
| author | Daniel Bengtsson <dbengt@redhat.com> | 2019-11-15 10:06:35 +0100 |
|---|---|---|
| committer | Daniel Bengtsson <dbengt@redhat.com> | 2020-03-16 08:00:44 +0100 |
| commit | bf2beb9e868175adb775ec253ef4a929ac557975 (patch) | |
| tree | 9adeb68fc7821b74ab8b9e1464bb908f313fe7f3 /lower-constraints.txt | |
| parent | 045f133f16722f1cf429bf2ec30c36df82095acd (diff) | |
| download | python-openstackclient-bf2beb9e868175adb775ec253ef4a929ac557975.tar.gz | |
Stop configuring install_command in tox and stop use pip.
Currently, we are overriding 'install_command' to use 'pip'. This is
considered poor behavior and 'python -m pip' should be used instead:
https://snarky.ca/why-you-should-use-python-m-pip/
It turns out that this is the the default value provided by tox:
https://tox.readthedocs.io/en/latest/config.html#conf-install_command
So we can remove the line and simply use the default value. Use the
right way when it's necessary.
Change-Id: I410173d5fdcd8c592d98eed2f48b98e06299e8b3
Diffstat (limited to 'lower-constraints.txt')
| -rw-r--r-- | lower-constraints.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index 0e00a114..5fdd4dd5 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -38,7 +38,7 @@ jmespath==0.9.0 jsonpatch==1.16 jsonpointer==1.13 jsonschema==2.6.0 -keystoneauth1==3.6.2 +keystoneauth1==3.14.0 kombu==4.0.0 linecache2==1.0.0 MarkupSafe==1.0 |
