Hello community,

here is the log from the commit of package python-stevedore for 
openSUSE:Factory checked in at 2019-11-04 17:04:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-stevedore (Old)
 and      /work/SRC/openSUSE:Factory/.python-stevedore.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-stevedore"

Mon Nov  4 17:04:48 2019 rev:33 rq:736629 version:1.31.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes        
2019-04-12 09:13:51.073656262 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-stevedore.new.2990/python-stevedore.changes  
    2019-11-04 17:04:49.564159829 +0100
@@ -1,0 +2,14 @@
+Wed Oct  9 12:44:45 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.31.0
+  - add python 3.7 unit test job
+  - Dropping the py35 testing
+  - Delete repeated param description.
+  - Update master for stable/stein
+  - Add local bindep.txt
+  - update git.openstack.org to opendev
+  - OpenDev Migration Patch
+  - Add Python 3 Train unit tests
+  - Cap Bandit below 1.6.0 and update Sphinx requirement
+
+-------------------------------------------------------------------

Old:
----
  stevedore-1.30.1.tar.gz

New:
----
  stevedore-1.31.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-stevedore.spec ++++++
--- /var/tmp/diff_new_pack.zSWnwX/_old  2019-11-04 17:04:51.136161508 +0100
+++ /var/tmp/diff_new_pack.zSWnwX/_new  2019-11-04 17:04:51.176161551 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           python-stevedore
-Version:        1.30.1
+Version:        1.31.0
 Release:        0
 Summary:        Manage dynamic plugins for Python applications
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/developer/stevedore/
-Source0:        
https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-1.30.1.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-1.31.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python2-docutils
 BuildRequires:  python2-mock
@@ -81,7 +81,7 @@
 %python_build
 
 # generate html docs
-PBR_VERSION=1.30.1 PYTHONPATH=. sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=1.31.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
 # remove the Sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.zSWnwX/_old  2019-11-04 17:04:51.524161923 +0100
+++ /var/tmp/diff_new_pack.zSWnwX/_new  2019-11-04 17:04:51.540161940 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/stevedore/stevedore.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/stevedore/stevedore.spec.j2</param>
     <param name="output-name">python-stevedore.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/stevedore/stable/stein/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/stevedore/stable/train/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,stevedore</param>
   </service>

++++++ stevedore-1.30.1.tar.gz -> stevedore-1.31.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/.zuul.yaml 
new/stevedore-1.31.0/.zuul.yaml
--- old/stevedore-1.30.1/.zuul.yaml     2019-02-28 19:03:30.000000000 +0100
+++ new/stevedore-1.31.0/.zuul.yaml     2019-09-04 16:28:54.000000000 +0200
@@ -5,8 +5,7 @@
       - lib-forward-testing-python3
       - openstack-lower-constraints-jobs
       - openstack-python-jobs
-      - openstack-python35-jobs
-      - openstack-python36-jobs
+      - openstack-python3-train-jobs
       - periodic-stable-jobs
       - publish-openstack-docs-pti
       - release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/AUTHORS new/stevedore-1.31.0/AUTHORS
--- old/stevedore-1.30.1/AUTHORS        2019-02-28 19:07:02.000000000 +0100
+++ new/stevedore-1.31.0/AUTHORS        2019-09-04 16:29:47.000000000 +0200
@@ -5,6 +5,7 @@
 ChangBo Guo(gcb) <eric....@easystack.cn>
 Chris Yeoh <cy...@au1.ibm.com>
 Cleber Rosa <cleber....@gmail.com>
+Corey Bryant <corey.bry...@canonical.com>
 Cyril Roelandt <cy...@redhat.com>
 Daniel Rocco <dro...@thebrightlink.com>
 Daniel Watkins <daniel.watk...@canonical.com>
@@ -13,7 +14,10 @@
 Doug Hellmann <doug.hellm...@dreamhost.com>
 Doug Hellmann <doug.hellm...@gmail.com>
 Doug Hellmann <d...@doughellmann.com>
+Elod Illes <elod.il...@est.tech>
 Flavio Percoco <flape...@gmail.com>
+Ghanshyam Mann <gm...@ghanshyammann.com>
+Hervé Beraud <hber...@redhat.com>
 Jamie Lennox <jamielen...@gmail.com>
 Jeremy Stanley <fu...@yuggoth.org>
 Joshua Harlow <harlo...@gmail.com>
@@ -27,6 +31,7 @@
 Philip Tzou <philip....@gmail.com>
 Ricardo Kirkner <rica...@kirkner.com.ar>
 Ryan Petrello <li...@ryanpetrello.com>
+Sahid Orentino Ferdjaoui <sahid.ferdja...@canonical.com>
 Sean McGinnis <sean.mcgin...@gmail.com>
 Sean McGinnis <sean.mcgin...@huawei.com>
 Swapnil Kulkarni (coolsvap) <m...@coolsvap.net>
@@ -42,6 +47,7 @@
 gengchc2 <geng.changc...@zte.com.cn>
 liangjingtao <liang.jing...@zte.com.cn>
 lingyongxu <l...@fiberhome.com>
+liuwei <liuw...@chinaunicom.cn>
 malei <malei@maleideMacBook-Pro.local>
 markmcclain <m...@four-m.org>
 melissaml <ma....@99cloud.net>
@@ -49,4 +55,5 @@
 shuangtai <shuangtai.t...@intel.com>
 wu.chunyang <wu.chuny...@99cloud.net>
 zhang.lei <zhang....@99cloud.net>
+zhangwen1 <zhangw...@unionpay.com>
 Łukasz Jernaś <lukasz.jer...@allegrogroup.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/ChangeLog 
new/stevedore-1.31.0/ChangeLog
--- old/stevedore-1.30.1/ChangeLog      2019-02-28 19:07:02.000000000 +0100
+++ new/stevedore-1.31.0/ChangeLog      2019-09-04 16:29:47.000000000 +0200
@@ -1,6 +1,19 @@
 CHANGES
 =======
 
+1.31.0
+------
+
+* Add Python 3 Train unit tests
+* Add local bindep.txt
+* Cap Bandit below 1.6.0 and update Sphinx requirement
+* update git.openstack.org to opendev
+* OpenDev Migration Patch
+* Dropping the py35 testing
+* Update master for stable/stein
+* Delete repeated param description
+* add python 3.7 unit test job
+
 1.30.1
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/PKG-INFO 
new/stevedore-1.31.0/PKG-INFO
--- old/stevedore-1.30.1/PKG-INFO       2019-02-28 19:07:02.000000000 +0100
+++ new/stevedore-1.31.0/PKG-INFO       2019-09-04 16:29:47.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: stevedore
-Version: 1.30.1
+Version: 1.31.0
 Summary: Manage dynamic plugins for Python applications
 Home-page: https://docs.openstack.org/stevedore/latest/
 Author: OpenStack
@@ -31,7 +31,7 @@
         
         * Free software: Apache license
         * Documentation: https://docs.openstack.org/stevedore/latest
-        * Source: https://git.openstack.org/cgit/openstack/stevedore
+        * Source: https://opendev.org/openstack/stevedore
         * Bugs: https://bugs.launchpad.net/python-stevedore
         
         
@@ -42,6 +42,7 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Intended Audience :: Developers
 Classifier: Environment :: Console
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/README.rst 
new/stevedore-1.31.0/README.rst
--- old/stevedore-1.30.1/README.rst     2019-02-28 19:03:30.000000000 +0100
+++ new/stevedore-1.31.0/README.rst     2019-09-04 16:28:54.000000000 +0200
@@ -23,6 +23,6 @@
 
 * Free software: Apache license
 * Documentation: https://docs.openstack.org/stevedore/latest
-* Source: https://git.openstack.org/cgit/openstack/stevedore
+* Source: https://opendev.org/openstack/stevedore
 * Bugs: https://bugs.launchpad.net/python-stevedore
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/bindep.txt 
new/stevedore-1.31.0/bindep.txt
--- old/stevedore-1.30.1/bindep.txt     1970-01-01 01:00:00.000000000 +0100
+++ new/stevedore-1.31.0/bindep.txt     2019-09-04 16:28:54.000000000 +0200
@@ -0,0 +1,7 @@
+# This is a cross-platform list tracking distribution packages needed for 
install and tests;
+# see https://docs.openstack.org/infra/bindep/ for additional information.
+
+# graphviz is necessary for documentation build
+graphviz [!platform:gentoo]
+media-gfx/graphviz [platform:gentoo]
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/doc/requirements.txt 
new/stevedore-1.31.0/doc/requirements.txt
--- old/stevedore-1.30.1/doc/requirements.txt   2019-02-28 19:03:30.000000000 
+0100
+++ new/stevedore-1.31.0/doc/requirements.txt   2019-09-04 16:28:54.000000000 
+0200
@@ -3,4 +3,5 @@
 # process, which may cause wedges in the gate later.
 openstackdocstheme>=1.18.1 # Apache-2.0
 reno>=2.5.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/doc/source/install/index.rst 
new/stevedore-1.31.0/doc/source/install/index.rst
--- old/stevedore-1.30.1/doc/source/install/index.rst   2019-02-28 
19:03:30.000000000 +0100
+++ new/stevedore-1.31.0/doc/source/install/index.rst   2019-09-04 
16:28:54.000000000 +0200
@@ -34,7 +34,7 @@
 Source Code
 ===========
 
-The source is hosted on the OpenStack infrastructure: 
https://git.openstack.org/cgit/openstack/stevedore/
+The source is hosted on the OpenStack infrastructure: 
https://opendev.org/openstack/stevedore/
 
 Entry point inspector
 =====================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/releasenotes/source/index.rst 
new/stevedore-1.31.0/releasenotes/source/index.rst
--- old/stevedore-1.30.1/releasenotes/source/index.rst  2019-02-28 
19:03:30.000000000 +0100
+++ new/stevedore-1.31.0/releasenotes/source/index.rst  2019-09-04 
16:28:54.000000000 +0200
@@ -6,6 +6,7 @@
     :maxdepth: 1
 
     unreleased
+    stein
     rocky
     queens
     pike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/releasenotes/source/stein.rst 
new/stevedore-1.31.0/releasenotes/source/stein.rst
--- old/stevedore-1.30.1/releasenotes/source/stein.rst  1970-01-01 
01:00:00.000000000 +0100
+++ new/stevedore-1.31.0/releasenotes/source/stein.rst  2019-09-04 
16:28:54.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Stein Series Release Notes
+===================================
+
+.. release-notes::
+   :branch: stable/stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/setup.cfg 
new/stevedore-1.31.0/setup.cfg
--- old/stevedore-1.30.1/setup.cfg      2019-02-28 19:07:02.000000000 +0100
+++ new/stevedore-1.31.0/setup.cfg      2019-09-04 16:29:47.000000000 +0200
@@ -12,7 +12,8 @@
        Programming Language :: Python :: 2
        Programming Language :: Python :: 2.7
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.5
+       Programming Language :: Python :: 3.6
+       Programming Language :: Python :: 3.7
        Intended Audience :: Developers
        Environment :: Console
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/stevedore/example/setup.py 
new/stevedore-1.31.0/stevedore/example/setup.py
--- old/stevedore-1.30.1/stevedore/example/setup.py     2019-02-28 
19:03:30.000000000 +0100
+++ new/stevedore-1.31.0/stevedore/example/setup.py     2019-09-04 
16:28:54.000000000 +0200
@@ -9,7 +9,7 @@
     author='Doug Hellmann',
     author_email='d...@doughellmann.com',
 
-    url='http://git.openstack.org/cgit/openstack/stevedore',
+    url='http://opendev.org/openstack/stevedore',
 
     classifiers=['Development Status :: 3 - Alpha',
                  'License :: OSI Approved :: Apache Software License',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/stevedore/example2/setup.py 
new/stevedore-1.31.0/stevedore/example2/setup.py
--- old/stevedore-1.30.1/stevedore/example2/setup.py    2019-02-28 
19:03:30.000000000 +0100
+++ new/stevedore-1.31.0/stevedore/example2/setup.py    2019-09-04 
16:28:54.000000000 +0200
@@ -9,7 +9,7 @@
     author='Doug Hellmann',
     author_email='d...@doughellmann.com',
 
-    url='http://git.openstack.org/cgit/openstack/stevedore',
+    url='http://opendev.org/openstack/stevedore',
 
     classifiers=['Development Status :: 3 - Alpha',
                  'License :: OSI Approved :: Apache Software License',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/stevedore/hook.py 
new/stevedore-1.31.0/stevedore/hook.py
--- old/stevedore-1.30.1/stevedore/hook.py      2019-02-28 19:03:30.000000000 
+0100
+++ new/stevedore-1.31.0/stevedore/hook.py      2019-09-04 16:28:54.000000000 
+0200
@@ -40,8 +40,6 @@
         dependencies of the plugin(s) being loaded. Defaults to False.
     :type verify_requirements: bool
     :type on_missing_entrypoints_callback: function
-    :param verify_requirements: Use setuptools to enforce the
-        dependencies of the plugin(s) being loaded. Defaults to False.
     :param warn_on_missing_entrypoint: Flag to control whether failing
         to load a plugin is reported via a log mess. Only applies if
         on_missing_entrypoints_callback is None.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/stevedore.egg-info/PKG-INFO 
new/stevedore-1.31.0/stevedore.egg-info/PKG-INFO
--- old/stevedore-1.30.1/stevedore.egg-info/PKG-INFO    2019-02-28 
19:07:02.000000000 +0100
+++ new/stevedore-1.31.0/stevedore.egg-info/PKG-INFO    2019-09-04 
16:29:47.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: stevedore
-Version: 1.30.1
+Version: 1.31.0
 Summary: Manage dynamic plugins for Python applications
 Home-page: https://docs.openstack.org/stevedore/latest/
 Author: OpenStack
@@ -31,7 +31,7 @@
         
         * Free software: Apache license
         * Documentation: https://docs.openstack.org/stevedore/latest
-        * Source: https://git.openstack.org/cgit/openstack/stevedore
+        * Source: https://opendev.org/openstack/stevedore
         * Bugs: https://bugs.launchpad.net/python-stevedore
         
         
@@ -42,6 +42,7 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Intended Audience :: Developers
 Classifier: Environment :: Console
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/stevedore.egg-info/SOURCES.txt 
new/stevedore-1.31.0/stevedore.egg-info/SOURCES.txt
--- old/stevedore-1.30.1/stevedore.egg-info/SOURCES.txt 2019-02-28 
19:07:02.000000000 +0100
+++ new/stevedore-1.31.0/stevedore.egg-info/SOURCES.txt 2019-09-04 
16:29:47.000000000 +0200
@@ -8,6 +8,7 @@
 MANIFEST.in
 README.rst
 announce.rst
+bindep.txt
 lower-constraints.txt
 requirements.txt
 setup.cfg
@@ -47,6 +48,7 @@
 releasenotes/source/pike.rst
 releasenotes/source/queens.rst
 releasenotes/source/rocky.rst
+releasenotes/source/stein.rst
 releasenotes/source/unreleased.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/stevedore.egg-info/pbr.json 
new/stevedore-1.31.0/stevedore.egg-info/pbr.json
--- old/stevedore-1.30.1/stevedore.egg-info/pbr.json    2019-02-28 
19:07:02.000000000 +0100
+++ new/stevedore-1.31.0/stevedore.egg-info/pbr.json    2019-09-04 
16:29:47.000000000 +0200
@@ -1 +1 @@
-{"git_version": "27a8395", "is_release": true}
\ No newline at end of file
+{"git_version": "6817543", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/test-requirements.txt 
new/stevedore-1.31.0/test-requirements.txt
--- old/stevedore-1.30.1/test-requirements.txt  2019-02-28 19:03:30.000000000 
+0100
+++ new/stevedore-1.31.0/test-requirements.txt  2019-09-04 16:28:54.000000000 
+0200
@@ -6,6 +6,7 @@
 coverage!=4.4,>=4.0 # Apache-2.0
 stestr>=2.0.0 # Apache-2.0
 # sphinx is needed for testing the sphinxext module
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
 # Bandit security code scanner
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.30.1/tox.ini new/stevedore-1.31.0/tox.ini
--- old/stevedore-1.30.1/tox.ini        2019-02-28 19:03:30.000000000 +0100
+++ new/stevedore-1.31.0/tox.ini        2019-09-04 16:28:54.000000000 +0200
@@ -1,11 +1,11 @@
 [tox]
 minversion = 2.0
-envlist = py35,py27,pep8,docs
+envlist = py27,py37,pep8,docs
 
 [testenv]
 install_command = pip install {opts} {packages}
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+  
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
   -r{toxinidir}/test-requirements.txt
   -r{toxinidir}/requirements.txt
 distribute = False
@@ -14,7 +14,7 @@
 [testenv:venv]
 basepython = python3
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+  
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
   -r{toxinidir}/test-requirements.txt
   -r{toxinidir}/doc/requirements.txt
   -r{toxinidir}/requirements.txt
@@ -44,10 +44,22 @@
 [testenv:releasenotes]
 basepython = python3
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+  
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
   -r{toxinidir}/doc/requirements.txt
 commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html 
releasenotes/source releasenotes/build/html
 
+[testenv:bindep]
+basepython = python3
+# Do not install any requirements. We want this to be fast and work even if
+# system dependencies are missing, since it's used to tell you what system
+# dependencies are missing! This also means that bindep must be installed
+# separately, outside of the requirements files, and develop mode disabled
+# explicitly to avoid unnecessarily installing the checked-out repo too (this
+# further relies on "tox.skipsdist = True" above).
+deps = bindep
+commands = bindep test
+usedevelop = False
+
 [testenv:lower-constraints]
 basepython = python3
 deps =


Reply via email to