Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Fixing dockerized tests #5385

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions build_tools/docker/py37.dockerfile

This file was deleted.

6 changes: 2 additions & 4 deletions docs/source/developer_guide/continuous_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ with the image of name ``PYTHON_VERSION`` based on the following python versions
+----------------+----------------+
| Python version | PYTHON_VERSION |
+================+================+
| 3.7.16 | py37 |
+----------------+----------------+
| 3.8.16 | py38 |
+----------------+----------------+
| 3.9.16 | py39 |
Expand All @@ -170,8 +168,8 @@ with the image of name ``PYTHON_VERSION`` based on the following python versions
The dockerized tests can be also executed via `make <https://www.gnu.org/software/make/>`_,
via the command ``make dockertest PYTHON_VERSION=<python version>``.
The ``PYTHON_VERSION`` argument specifies the python version and is the same string as in the table above.
For example, to execute the tests in the Python version ``3.7.16``,
use ``make dockertest PYTHON_VERSION=py37``.
For example, to execute the tests in the Python version ``3.8.16``,
use ``make dockertest PYTHON_VERSION=py38``.


Continuous integration
Expand Down