diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-01-21 18:51:02 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-01-21 18:51:02 +0200 |
| commit | 6c8effd79d2c71b768ac606c6b28579433ec62fd (patch) | |
| tree | bdc92b51f2d795fc954d8aa961e6465802e9cedc /tests | |
| parent | 882650d0fd2fadd75f4ea7c5d6b62f15f81b398a (diff) | |
| download | wheel-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.py | 1 |
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') |
