Update python testing classifier

We facing errors related to the new pip resolver, this
topic was discussed on the ML and QA team proposed to
to test lower-constraints [1].

I propose to drop this test because the complexity and recurring pain needed
to maintain that now exceeds the benefits provided by this mechanismes.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html

Change-Id: Ib436c030aa4dd9ba5f83e3ded0f612251766bc9c
This commit is contained in:
songwenping 2021-12-21 10:29:48 +00:00
parent 2980dfc44f
commit d7a6bb1602
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators