python-dependency-injector/tests/typing
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
..
aggregate.py Aggregate provider (#544) 2022-01-09 21:45:20 -05:00
callable.py 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00
configuration.py Add `Configuration.from_json()` method (#602) 2022-07-10 21:08:45 -04:00
container.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
coroutine.py 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00
declarative_container.py Add with support for container.override_providers() (#517) 2021-10-06 21:36:41 -04:00
delegate.py Fix type annotations for .provides (#491) 2021-08-23 21:24:36 -04:00
dependencies_container.py Add extra typing test for provided instance of `DependenciesContainer` provider 2020-11-20 12:25:35 -05:00
dependency.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
dict.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
dynamic_container.py Add with support for container.override_providers() (#517) 2021-10-06 21:36:41 -04:00
factory.py 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00
list.py Update quotes in tests 2021-09-30 20:09:42 -04:00
object.py Update quotes in tests 2021-09-30 20:09:42 -04:00
provider.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
resource.py Python 3.11 Support (#647) 2022-12-18 21:09:14 -05:00
selector.py Update quotes in tests 2021-09-30 20:09:42 -04:00
singleton.py 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00