python-dependency-injector/tests/unit/providers
Roman Mogylatov aaff333f01
Python 3.11 Support (#647)
* Update tests

* Enable tests on 3.11

* Fix coverage config in tox.ini

* feat: re cythonize to support python 3.11 (#646)

* feat: re cythonize to support python 3.11

* misc: added tox env for python 3.11

* misc: add classifiers for python 3.11

* fix: skip tests for removed functions

* misc: CI updates for python 3.11

Co-authored-by: Roman Mogylatov <rmogilatov@gmail.com>

* Update tests and linters job

* Update test skip decorators

* Fix tox.ini

* Update 3.10 to be explicit string literal

* Move pypy3 to legacy job

* Fix error in resourse typing test

* Update publishing job

* Update actions and setup-python versions

* Update changelog

* Update pypy

* Update tox.ini with new pypy versions

* Update publishing job

* Update actions/upload-artifact@v3

* Update ubuntu to 22.04 on docs publishing job

* Update actions/download-artifact@v3 and pypa/gh-action-pypi-publish@release/v1

Co-authored-by: Gen Xu <xgbarry@gmail.com>
2022-12-18 21:09:14 -05:00
..
async Pytest migration (#519) 2021-10-18 16:19:03 -04:00
callables 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00
configuration Add `Configuration.from_json()` method (#602) 2022-07-10 21:08:45 -04:00
coroutines Python 3.11 Support (#647) 2022-12-18 21:09:14 -05:00
factories 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00
injections Pytest migration (#519) 2021-10-18 16:19:03 -04:00
resource 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00
singleton 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00
traversal Pytest migration (#519) 2021-10-18 16:19:03 -04:00
utils Pytest migration (#519) 2021-10-18 16:19:03 -04:00
__init__.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_aggregate_py2_py3.py Aggregate provider (#544) 2022-01-09 21:45:20 -05:00
test_container_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_delegate_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_dependencies_container_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_dependency_py2_py3.py Fix #550 2022-01-28 23:12:08 -05:00
test_dict_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_list_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_object_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_provided_instance_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_provider_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_selector_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_self_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_types_py36.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00