Skip to content

Commit 654d32f

Browse files
committed
wheels: Generate universal wheels installable with both python 2.x and 3.x
See man-group#125
1 parent 884e5b5 commit 654d32f

File tree

13 files changed

+103
-64
lines changed

13 files changed

+103
-64
lines changed

pytest-devpi-server/setup.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
8-
dist
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
8+
dist
9+
10+
[bdist_wheel]
11+
universal = 1

pytest-fixture-config/setup.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
8-
dist
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
8+
dist
9+
10+
[bdist_wheel]
11+
universal = 1

pytest-git/setup.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
8-
dist
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
8+
dist
9+
10+
[bdist_wheel]
11+
universal = 1

pytest-listener/setup.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
8-
dist
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
8+
dist
9+
10+
[bdist_wheel]
11+
universal = 1

pytest-profiling/setup.cfg

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
88
dist
99
tests/integration/profile/tests
10+
11+
[bdist_wheel]
12+
universal = 1

pytest-pyramid-server/setup.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
8-
dist
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
8+
dist
9+
10+
[bdist_wheel]
11+
universal = 1

pytest-qt-app/setup.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
8-
dist
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
8+
dist
9+
10+
[bdist_wheel]
11+
universal = 1

pytest-server-fixtures/setup.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
8-
dist
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
8+
dist
9+
10+
[bdist_wheel]
11+
universal = 1

pytest-shutil/setup.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
8-
dist
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
8+
dist
9+
10+
[bdist_wheel]
11+
universal = 1

pytest-svn/setup.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
8-
dist
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
8+
dist
9+
10+
[bdist_wheel]
11+
universal = 1

pytest-verbose-parametrize/setup.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
88
dist
9-
tests/integration/parametrize_ids
9+
tests/integration/parametrize_ids
10+
11+
[bdist_wheel]
12+
universal = 1

pytest-virtualenv/setup.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
8-
dist
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
8+
dist
9+
10+
[bdist_wheel]
11+
universal = 1

pytest-webdriver/setup.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool:pytest]
22
# This section sets configuration for all invocations of py.test,
33
# both standalone cmdline and running via setup.py
4-
norecursedirs =
5-
.git
6-
*.egg
7-
build
8-
dist
4+
norecursedirs =
5+
.git
6+
*.egg
7+
build
8+
dist
9+
10+
[bdist_wheel]
11+
universal = 1

0 commit comments

Comments
 (0)