Skip to content

Commit 9f22c33

Browse files
committed
Ensure that ipython gets installed via testing extra.
1 parent 9f96367 commit 9f22c33

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

exercises.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[discovery]
22
warmup = import importlib_metadata
33
exercise = importlib_metadata.distribution("ipython")
4+
extras = testing
45

56
[entry_points()]
67
warmup = import importlib_metadata
@@ -9,7 +10,9 @@ exercise = importlib_metadata.entry_points()
910
[cached distribution]
1011
warmup = import importlib_metadata; importlib_metadata.distribution("ipython")
1112
exercise = importlib_metadata.distribution("ipython")
13+
extras = testing
1214

1315
[uncached distribution]
1416
warmup = import importlib, importlib_metadata
1517
exercise = importlib.invalidate_caches(); importlib_metadata.distribution("ipython")
18+
extras = testing

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ testing =
5151
pep517
5252
pyfakefs
5353
flufl.flake8
54-
pytest-perf
54+
pytest-perf>=0.4
55+
56+
# for performance tests
57+
ipython
5558

5659
docs =
5760
# upstream

0 commit comments

Comments
 (0)