Skip to content

Commit

Permalink
Allow manylinux2010 wheel upload
Browse files Browse the repository at this point in the history
manylinux2010 platform tag is official per PEP571

see also pypa/manylinux#179
  • Loading branch information
mayeut committed May 12, 2018
1 parent c50a335 commit 800acaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/forklift/test_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2149,6 +2149,7 @@ def test_upload_fails_without_permission(self, pyramid_config, db_request):
"plat",
["any", "win32", "win_amd64", "win_ia64",
"manylinux1_i686", "manylinux1_x86_64",
"manylinux2010_i686", "manylinux2010_x86_64",
"macosx_10_6_intel", "macosx_10_13_x86_64",
# A real tag used by e.g. some numpy wheels
("macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64."
Expand Down
1 change: 1 addition & 0 deletions warehouse/forklift/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def namespace_stdlib_list(module_list):
"any",
"win32", "win_amd64", "win_ia64",
"manylinux1_x86_64", "manylinux1_i686",
"manylinux2010_x86_64", "manylinux2010_i686",
"linux_armv6l", "linux_armv7l",
}
# macosx is a little more complicated:
Expand Down

0 comments on commit 800acaa

Please sign in to comment.