[issue11991] test_distutils fails because of bad filename match

2011-05-04 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Closing as duplicate.  Please join the discussion at #11340 if you have 
feedback or a patch :)

--
resolution:  - duplicate
stage:  - committed/rejected
status: open - closed
superseder:  - test_distutils fails because of borked compress program

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11991
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11991] test_distutils fails because of bad filename match

2011-05-03 Thread Piotr Husiatyński

New submission from Piotr Husiatyński phusiatyn...@gmail.com:

I'm using Arch Linux, which instead of compress, provides symlink to gzip 
(AFAIK this will be replaced with xz). Because of that, instead of .Z 
extension, .gz is being used to create compressed file name.

$ ./python -m test test_distutils
[1/1] test_distutils
test test_distutils failed -- Traceback (most recent call last):
  File /mnt/sda5/Projekty/cpython/Lib/distutils/tests/test_archive_util.py, 
line 165, in test_compress_deprecated
self.assertTrue(os.path.exists(tarball))
AssertionError: False is not true

1 test failed:
test_distutils
[1]4874 exit 1 ./python -m test test_distutils
$ whereis compress
compress: /bin/compress /usr/share/man/man1/compress.1p.gz
$ file /bin/compress
/bin/compress: symbolic link to `gzip'

--
assignee: tarek
components: Distutils, Tests
messages: 135077
nosy: Husio, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: test_distutils fails because of bad filename match
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11991
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com