Colin-b / pytest_httpx

pytest fixture to mock HTTPX
https://colin-b.github.io/pytest_httpx/
MIT License
358 stars 30 forks source link

Update version specifiers for pytest #91

Closed mezuzza closed 1 year ago

mezuzza commented 1 year ago

Python packaging 23.0 removes the ability to use inequalities with specifiers containing *. This means that projects that depend on this library fail to build if using an updated build tooling.

See the following:

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

mezuzza commented 1 year ago

Hey, sorry about the random PR. Just made a quick fix for our own builds and thought I'd try to contribute it back. It's a fairly small change, but let me know if I missed something from the CONTRIBUTE.md.

Colin-b commented 1 year ago

Thanks @mezuzza , I plan on getting rid of the setup.py anyway at some point to use the toml definition instead.

Colin-b commented 1 year ago

Release is available on pypi