Skip to content

Commit

Permalink
Install allure-pytest from conda-forge (#4923)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Jul 14, 2023
1 parent 1b8c33b commit 19fb62c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
--file ./tests/requirements.txt \
--file ./tests/requirements-linux.txt \
${{ env.CONDA_CHANNEL_LABEL }}::conda
pip install allure-pytest
pip install -e .
- name: Show info
Expand Down Expand Up @@ -222,7 +221,6 @@ jobs:
--file .\tests\requirements.txt `
--file .\tests\requirements-windows.txt `
${{ env.CONDA_CHANNEL_LABEL }}::conda
pip install allure-pytest
pip install -e .
- name: Show info
Expand Down Expand Up @@ -334,7 +332,6 @@ jobs:
--file ./tests/requirements.txt \
--file ./tests/requirements-macos.txt \
${{ env.CONDA_CHANNEL_LABEL }}::conda
pip install allure-pytest
pip install -e .
- name: Show info
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pytest-replay
pytest-rerunfailures
pytest-xdist
python-libarchive-c
conda-forge::allure-pytest
pytz
requests
ripgrep
Expand Down

0 comments on commit 19fb62c

Please sign in to comment.