Skip to content

Commit eb41789

Browse files
author
Peter Doggart
committed
Put twine back in test.pip without environment markers
Remove duplicate twine from develop.pip and redundant CI pip install. Made-with: Cursor
1 parent 62e9864 commit eb41789

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Enhancements
3737
* Drop support for Python 3.9 (EOL); require Python 3.10 or newer. [python-restx]
3838
* Declare and test support for Python 3.13 and 3.14 (CPython). [python-restx]
3939
* Expand GitHub Actions and tox coverage: PyPy 3.10 and 3.11 with both Flask 2.x and Flask 3.x; exclude Flask 2 on 3.13/3.14 where unsupported. [python-restx]
40-
* Refresh test and release tooling (pytest, pytest-benchmark, pytest-profiling, twine) for newer interpreters; GitHub Actions pre-installs compatible ``rpds-py`` (and ``readme-renderer`` for PyPy 3.11 + Twine) for PyPy jobs; tox pins ``rpds-py`` for local PyPy envs. [python-restx]
40+
* Refresh test and release tooling (pytest, pytest-benchmark, pytest-profiling, twine) for newer interpreters. GitHub Actions pre-installs compatible ``rpds-py`` (and ``readme-renderer`` for PyPy 3.11) for PyPy jobs; tox pins ``rpds-py`` for local PyPy envs. [python-restx]
4141

4242
.. _bug_fixes-1.3.3
4343
Bug Fixes

requirements/test.pip

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ pytest-flask==1.3.0
88
pytest-mock==3.6.1
99
pytest-profiling==1.8.1
1010
invoke==2.2.0
11-
# Omit on PyPy 3.10 only: Twine pulls keyring/SecretStorage/cryptography without usable wheels there.
12-
twine==6.2.0;platform_python_implementation!="PyPy" or python_version>="3.11"
11+
twine==6.2.0
1312
setuptools

0 commit comments

Comments
 (0)