Skip to content

Commit 9445b90

Browse files
author
Alex Boten
committed
update tox to skip pypy3 tests
1 parent d9e6dda commit 9445b90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-system-metrics/setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ classifiers =
3535
Programming Language :: Python :: 3.10
3636

3737
[options]
38-
python_requires = >=3.5
38+
python_requires = >=3.6
3939
package_dir=
4040
=src
4141
packages=find_namespace:
4242
install_requires =
4343
opentelemetry-api ~= 1.10.0
4444
opentelemetry-sdk ~= 1.10.0
45-
psutil ~= 5.7.0
45+
psutil >= 5.7.3
4646

4747
[options.extras_require]
4848
test =

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ envlist =
163163

164164
; opentelemetry-instrumentation-system-metrics
165165
py3{6,7,8,9,10}-test-instrumentation-system-metrics
166-
pypy3-test-instrumentation-system-metrics
166+
; instrumentation-system-metrics intentionally excluded from pypy3
167167

168168
; opentelemetry-instrumentation-tornado
169169
py3{6,7,8,9,10}-test-instrumentation-tornado

0 commit comments

Comments
 (0)