Skip to content
Snippets Groups Projects
Verified Commit 809fc857 authored by Mateusz Żebrak's avatar Mateusz Żebrak
Browse files

Move pytest dependency to extras

parent 6d0882ff
No related branches found
No related tags found
1 merge request!42Bump python version to >= 3.10
Pipeline #63879 passed
......@@ -7,8 +7,7 @@ tests:
stage: tests
before_script:
- apt update && apt install -y python3-pip
- pip install pytest
- pip install .
- pip install .[test]
script:
- pytest tests/
tags:
......
......@@ -13,3 +13,6 @@ install_requires=
[options.packages.find]
where = package
[options.extras_require]
test = pytest==7.1.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment