python-dependency-injector/tests/unit/providers
Roman Mogylatov a5166bf591
Add Python 3.12 Support (#752) (#765)
* Add Python 3.12 Support (#752)

* Ignore .vscode

* Python 3.12 Support

* Change base python to 3.12 and pin pydantic to V1

* all tests passed

* ci: change default python to 3.12

* remove legacy python versions

* annotate pydantic models for tests

* Update publishing pipeline to use Python 3.12

* Test environment updates

* Update Cython to the latest prior 3.0 version and remove tracing from CI/CD

* Give up using editable tox installation in the coverage job

* Add mypy test fixes

* Remove tracing from the coverage job

* Fix typing test

* Remove PyPy 2.7

* Fix typing test

* Fix the typing issue with pydantic

* Remove pypy 3.9

* Fix the typing issue with mypy

* Update pydantic version to the latest from 1.x

* Update scipy deprecation warning filter

* Fix the tox job running coveralls

* Update changelog

---------

Co-authored-by: Anton Petrov <anton.a.petrov@gmail.com>
2024-08-06 22:41:24 -04: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 Python 3.12 Support (#752) (#765) 2024-08-06 22:41:24 -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