diff --git a/setup.cfg b/setup.cfg index 1a9e6eec6c..d6ec907d9c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,9 +15,7 @@ classifier = all_files = 1 build-dir = doc/build source-dir = doc/source - -[pbr] -warnerrors = True +warning-is-error = True [wheel] universal = 1 diff --git a/test-requirements.txt b/test-requirements.txt index 6091fdc2bc..3a1dc427db 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ sphinx>=1.5.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 - +pbr>=3.0.0 # Apache-2.0