diff --git a/.dockerignore b/.dockerignore index ba652554e2..615084f83d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,9 +3,8 @@ # Include !/src/** -!/pytest.ini +!/pyproject.toml !/requirements* -!/tox.ini !/LICENSE !/COPYRIGHT !/TRADEMARK diff --git a/hack/README.md b/hack/README.md index f2fe8b3060..72d2d3b1e1 100644 --- a/hack/README.md +++ b/hack/README.md @@ -338,10 +338,9 @@ test-storage-service Run Storage Service tests. ``` `tox` sets up separate virtual environments for each target and calls -`pytest` to run the tests. Their configurations live in the `tox.ini` -and `pytest.ini` files but you can set the [`TOXARGS`][tox-cli] and -[`PYTEST_ADDOPTS`][pytest-cli] environment variables to pass command -line options to each. +`pytest` to run the tests. Their configurations live in the `pyproject.toml` +file but you can set the [`TOXARGS`][tox-cli] and [`PYTEST_ADDOPTS`][pytest-cli] +environment variables to pass command line options to each. [tox-cli]: https://tox.readthedocs.io/en/latest/config.html#cli [pytest-cli]: https://docs.pytest.org/en/stable/example/simple.html#how-to-change-command-line-options-defaults