Skip to content

Commit

Permalink
Remove pytest-profiling
Browse files Browse the repository at this point in the history
Reverts 9b23abe.
  • Loading branch information
jacobtylerwalls committed Aug 5, 2024
1 parent de6e6fa commit 51f0fb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.
1 change: 0 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ coverage~=7.6
tbump~=6.11.0
contributors-txt>=1.0.0
pytest-cov~=5.0
pytest-profiling~=1.7
pytest-xdist~=3.6
six
# Type packages for mypy
Expand Down
58 changes: 0 additions & 58 deletions tests/profile/test_profile_against_externals.py

This file was deleted.

11 changes: 0 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,3 @@ commands =
--benchmark-autosave {toxinidir}/tests \
--benchmark-group-by="group" \
{posargs:}

[testenv:profile_against_external]
setenv =
PYTEST_PROFILE_EXTERNAL = 1
deps =
-r {toxinidir}/requirements_test.txt
gprof2dot
commands =
pytest --exitfirst \
--profile-svg \
{toxinidir}/tests/profile/test_profile_against_externals.py

0 comments on commit 51f0fb1

Please sign in to comment.