mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-12 03:43:45 +03:00
Fix `Makefile
to run
aiohttp
` integration tests on Python 3.5+
This commit is contained in:
parent
16c6d7c319
commit
ef1839c522
2
Makefile
2
Makefile
|
@ -55,7 +55,7 @@ test-py2: build
|
||||||
test-py3: build
|
test-py3: build
|
||||||
# Unit tests with coverage report
|
# Unit tests with coverage report
|
||||||
coverage erase
|
coverage erase
|
||||||
coverage run --rcfile=./.coveragerc -m unittest2 discover -s tests/unit/ -p test_*py3.py
|
coverage run --rcfile=./.coveragerc -m unittest2 discover -s tests/unit/ -p test_*py3*.py
|
||||||
coverage report --rcfile=./.coveragerc
|
coverage report --rcfile=./.coveragerc
|
||||||
coverage html --rcfile=./.coveragerc
|
coverage html --rcfile=./.coveragerc
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ Development version
|
||||||
-------------------
|
-------------------
|
||||||
- Add ``asyncio`` + ``Dependency Injector`` example ``monitoring-daemon-asyncio``.
|
- Add ``asyncio`` + ``Dependency Injector`` example ``monitoring-daemon-asyncio``.
|
||||||
- Fix a typo in the docblock of the ``Configuration`` provider.
|
- Fix a typo in the docblock of the ``Configuration`` provider.
|
||||||
|
- Fix ``Makefile`` to run ``aiohttp`` integration tests on Python 3.5+.
|
||||||
|
|
||||||
3.27.0
|
3.27.0
|
||||||
------
|
------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user