Skip to content

Commit bd036f6

Browse files
Remove pytest-emoji (#1001)
* Remove `pytest-emoji` * Reconfigure `pavelzw/pytest-action` GitHub Action to reflect lack of `pytest-emoji` and use of `pytest-sugar` * Remove `pytest-sugar` args from CI
1 parent 06cc0fc commit bd036f6

4 files changed

Lines changed: 1 addition & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0
6262
if: ${{ matrix.pytest == null || matrix.pytest == 'true' }}
6363
with:
64+
emoji: false
6465
custom-pytest: uv run --frozen pytest
6566
custom-arguments: --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
6667

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ test = [
7070
"pytest>=8.3.5",
7171
"pytest-codspeed>=3.2.0",
7272
"pytest-cov>=6.0.0",
73-
"pytest-emoji>=0.2.0",
7473
"pytest-md>=0.2.0",
7574
"pytest-sugar>=1.1.1",
7675
]

requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,6 @@ pytest==8.3.5 \
702702
# via
703703
# pytest-codspeed
704704
# pytest-cov
705-
# pytest-emoji
706705
# pytest-md
707706
# pytest-sugar
708707
pytest-codspeed==4.1.1 \
@@ -719,9 +718,6 @@ pytest-codspeed==4.1.1 \
719718
pytest-cov==6.0.0 \
720719
--hash=sha256:eee6f1b9e61008bd34975a4d5bab25801eb31898b032dd55addc93e96fcaaa35 \
721720
--hash=sha256:fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0
722-
pytest-emoji==0.2.0 \
723-
--hash=sha256:6e34ed21970fa4b80a56ad11417456bd873eb066c02315fe9df0fafe6d4d4436 \
724-
--hash=sha256:e1bd4790d87649c2d09c272c88bdfc4d37c1cc7c7a46583087d7c510944571e8
725721
pytest-md==0.2.0 \
726722
--hash=sha256:3b248d5b360ea5198e05b4f49c7442234812809a63137ec6cdd3643a40cf0112 \
727723
--hash=sha256:4c4cd16fea6d1485e87ee254558712c804a96d2aa9674b780e7eb8fb6526e1d1

uv.lock

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)