forked from pool/python-pytest-socket
- update to 0.6.0:
* Add Change Log project URL
* test: update httpbin commit hash
* Upgrade CodeSee workflow to version 2
* fix: don't break on doctests
* docs: Fix syntax for setup.cfg
* Fix pytest-socket raises IndexError with httpx
* test: move the reenable fixture to conftest
* Switch to poetry-core
* Handle `family` passed as keyword argument
* refactor: consolidate global options to config
* test: replace pytest-flake8 with pre-commit
* refactor/fix: move logic into setup phase and correct order
* test: add test module for combinations
* fix: test allow_hosts for unix sockets
* test: move unix decorator to conftest
* test: randomize test order
* test: replace coverage command
* refactor: replace .format with f-strings
* lint: apply black
* Enable Unix sockets selectively with --allow-unix-socket
* Test refactor, add CodeQL scanning
* Correctly subclass socket.socket
* Add testing against Python 3.9, Dropped testing against
Python 3.5
* Doc updates
* Avoid changing the type of `socket.socket` to function.
* Sourcery Starbot ⭐ refactored miketheman/pytest-socket
* Don't block unix sockets
* docs: add details on fixture scope
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-socket?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 21:18:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.6.0:
|
||||
* Add Change Log project URL
|
||||
* test: update httpbin commit hash
|
||||
* Upgrade CodeSee workflow to version 2
|
||||
* fix: don't break on doctests
|
||||
* docs: Fix syntax for setup.cfg
|
||||
* Fix pytest-socket raises IndexError with httpx
|
||||
* test: move the reenable fixture to conftest
|
||||
* Switch to poetry-core
|
||||
* Handle `family` passed as keyword argument
|
||||
* refactor: consolidate global options to config
|
||||
* test: replace pytest-flake8 with pre-commit
|
||||
* refactor/fix: move logic into setup phase and correct order
|
||||
* test: add test module for combinations
|
||||
* fix: test allow_hosts for unix sockets
|
||||
* test: move unix decorator to conftest
|
||||
* test: randomize test order
|
||||
* test: replace coverage command
|
||||
* refactor: replace .format with f-strings
|
||||
* lint: apply black
|
||||
* Enable Unix sockets selectively with --allow-unix-socket
|
||||
* Test refactor, add CodeQL scanning
|
||||
* Correctly subclass socket.socket
|
||||
* Add testing against Python 3.9, Dropped testing against
|
||||
Python 3.5
|
||||
* Doc updates
|
||||
* Avoid changing the type of `socket.socket` to function.
|
||||
* Sourcery Starbot ⭐ refactored miketheman/pytest-socket
|
||||
* Don't block unix sockets
|
||||
* docs: add details on fixture scope
|
||||
* chore: replace rst with markdown
|
||||
* test: add testing for some async frameworks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 07:44:50 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user