File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ version = "10.1.0"
3232codecov = " codecov_cli.main:run"
3333codecovcli = " codecov_cli.main:run"
3434
35+ [tool .pytest .ini_options ]
36+ env = [
37+ " CODECOV_ENV=test" ,
38+ ]
39+
3540[tool .setuptools ]
3641packages = [" codecov_cli" ]
3742
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ pre-commit
22pytest
33pytest-asyncio
44pytest-cov
5+ pytest-env
56pytest-mock
Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile with Python 3.11
33# by the following command:
44#
5- # pip-compile tests/ requirements.in
5+ # pip-compile requirements.in
66#
77cfgv == 3.4.0
88 # via pre-commit
@@ -31,11 +31,14 @@ pytest==7.4.2
3131 # -r requirements.in
3232 # pytest-asyncio
3333 # pytest-cov
34+ # pytest-env
3435 # pytest-mock
3536pytest-asyncio == 0.21.1
3637 # via -r requirements.in
3738pytest-cov == 4.1.0
3839 # via -r requirements.in
40+ pytest-env == 1.1.0
41+ # via -r requirements.in
3942pytest-mock == 3.11.1
4043 # via -r requirements.in
4144pyyaml == 6.0.1
You can’t perform that action at this time.
0 commit comments