summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-01-21 18:51:02 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-01-21 18:51:02 +0200
commit6c8effd79d2c71b768ac606c6b28579433ec62fd (patch)
treebdc92b51f2d795fc954d8aa961e6465802e9cedc /tests
parent882650d0fd2fadd75f4ea7c5d6b62f15f81b398a (diff)
downloadwheel-git-6c8effd79d2c71b768ac606c6b28579433ec62fd.tar.gz
Fixed duplicate RECORD file when using "wheel pack" on Windows
Diffstat (limited to 'tests')
-rw-r--r--tests/cli/test_pack.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cli/test_pack.py b/tests/cli/test_pack.py
index b90687e..818f817 100644
--- a/tests/cli/test_pack.py
+++ b/tests/cli/test_pack.py
@@ -10,6 +10,7 @@ TESTWHEEL_NAME = 'test-1.0-py2.py3-none-any.whl'
TESTWHEEL_PATH = os.path.join(THISDIR, '..', 'testdata', TESTWHEEL_NAME)
+@pytest.mark.filterwarnings('error:Duplicate name')
@pytest.mark.parametrize('build_number, filename', [
(None, 'test-1.0-py2.py3-none-any.whl'),
('2b', 'test-1.0-2b-py2.py3-none-any.whl')