-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixture-config, listener, profiling, pyramid-server, server-fixtures, shutil, verbose-parametrize: six is not required #209
Comments
pgajdos
changed the title
fixture-config: six is not required
fixture-config, listener: six is not required
Dec 8, 2022
pgajdos
changed the title
fixture-config, listener: six is not required
fixture-config, listener, profiling: six is not required
Dec 8, 2022
pgajdos
changed the title
fixture-config, listener, profiling: six is not required
fixture-config, listener, profiling, pyramid-server: six is not required
Dec 8, 2022
pgajdos
changed the title
fixture-config, listener, profiling, pyramid-server: six is not required
fixture-config, listener, profiling, pyramid-server, server-fixtures: six is not required
Dec 8, 2022
pgajdos
changed the title
fixture-config, listener, profiling, pyramid-server, server-fixtures: six is not required
fixture-config, listener, profiling, pyramid-server, server-fixtures, shutil: six is not required
Dec 8, 2022
pgajdos
changed the title
fixture-config, listener, profiling, pyramid-server, server-fixtures, shutil: six is not required
fixture-config, listener, profiling, pyramid-server, server-fixtures, shutil, verbose-parametrize: six is not required
Dec 8, 2022
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this issue
Dec 10, 2022
…1041859 https://build.opensuse.org/request/show/1041859 by user dgarcia + dimstar_suse - Remove remote path for pytest-plugins-pr186-fix-psycopg29.patch to avoid download that patch from github - Update source pytest-plugins-pr186-fix-psycopg29.patch - do not require six - use -p1 as quilt does not like higher - modified patches % pytest-plugins-pr186-fix-psycopg29.patch (refreshed) % remove-mock.patch (refreshed) - added patches fix man-group/pytest-plugins#209 + python-pytest-server-fixtures-no-six.patch
s-t-e-v-e-n-k
added a commit
to s-t-e-v-e-n-k/pytest-plugins
that referenced
this issue
Nov 13, 2024
Now that the minimum version of Python required is 3.6, we can remove all uses of six and future, along with some other test changes that still support Python 2. Fixes man-group#209
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since you seem to support 3.6+ only, six usage should not be needed.
The text was updated successfully, but these errors were encountered: