Browse Source

ref: upgrade sentry-pytest (#41454)

this'll stop reporting `pytest.skip` tests
<!-- Describe your PR here. -->
anthony sottile 2 years ago
parent
commit
d372b8f344
2 changed files with 2 additions and 2 deletions
  1. 1 1
      requirements-dev-frozen.txt
  2. 1 1
      requirements-dev.txt

+ 1 - 1
requirements-dev-frozen.txt

@@ -130,7 +130,7 @@ pytest==7.2.0
 pytest-cov==4.0.0
 pytest-django==4.4.0
 pytest-rerunfailures==10.2
-pytest-sentry==0.1.9
+pytest-sentry==0.1.10
 pytest-xdist==3.0.2
 python-dateutil==2.8.1
 python-memcached==1.59

+ 1 - 1
requirements-dev.txt

@@ -9,7 +9,7 @@ pytest>=7.2
 pytest-cov>=4.0.0
 pytest-django>=4.4.0
 pytest-rerunfailures>=10
-pytest-sentry>=0.1.9
+pytest-sentry>=0.1.10
 pytest-xdist>=3
 responses>=0.21.0