-
Notifications
You must be signed in to change notification settings - Fork 159
Comparing changes
Open a pull request
base repository: pytest-dev/pytest-asyncio
base: v0.14.0
head repository: pytest-dev/pytest-asyncio
compare: v0.15.1
- 17 commits
- 27 files changed
- 3 contributors
Commits on Jun 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4e2e6bd - Browse repository at this point
Copy the full SHA 4e2e6bdView commit details
Commits on Oct 5, 2020
-
Added Python 3.9 to the tested interpreters.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for 03eed51 - Browse repository at this point
Copy the full SHA 03eed51View commit details
Commits on Oct 7, 2020
-
feat!: Removed support for Python 3.5.
This commit: - Removes Python 3.5 from the tested environments in CI and tox - Removes instructions specific to Python 3.5 from the README - Updates the Changelog - Removes the dependency on async_generator - Removes instructions in conftest that skip certain test cases if the Python version is smaller than 3.6 Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for 057562f - Browse repository at this point
Copy the full SHA 057562fView commit details -
refactor: Removed duplicate module test_simple_35.py.
The test cases in this module are duplicates of test_simple.py, except for test_async_close_loop which was moved to test_simple.py. Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for b40de0d - Browse repository at this point
Copy the full SHA b40de0dView commit details -
refactor: Removed the "_35" and "_36" suffixes from test modules.
Test modules suffixed with "_35" or "_36" give the impression that they are specific to a Python version. This is no longer the case, though. The renamed modules are not specific to any Python version. Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for 1bb7f30 - Browse repository at this point
Copy the full SHA 1bb7f30View commit details
Commits on Dec 1, 2020
-
plugin: Set unused_tcp_port_factory scope to 'session'
Factories in pytest usually have a scope greater than 'function' to let one use the same factory within bigger scopes. Let us allow unused_tcp_port_factory to be used throughout the same session scope. This will let other session-scoped factories depend on unused_tcp_port_factory without getting a "ScopeMismatch" error.
Configuration menu - View commit details
-
Copy full SHA for a516134 - Browse repository at this point
Copy the full SHA a516134View commit details
Commits on Apr 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 740af18 - Browse repository at this point
Copy the full SHA 740af18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70cbdef - Browse repository at this point
Copy the full SHA 70cbdefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e338a - Browse repository at this point
Copy the full SHA 22e338aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c47b78 - Browse repository at this point
Copy the full SHA 5c47b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d91b2 - Browse repository at this point
Copy the full SHA 22d91b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b79ea - Browse repository at this point
Copy the full SHA d4b79eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dadff91 - Browse repository at this point
Copy the full SHA dadff91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa574a - Browse repository at this point
Copy the full SHA 7aa574aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5053b - Browse repository at this point
Copy the full SHA 6f5053bView commit details
Commits on Apr 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 94c2560 - Browse repository at this point
Copy the full SHA 94c2560View commit details
Commits on Apr 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for da50ce5 - Browse repository at this point
Copy the full SHA da50ce5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.14.0...v0.15.1