Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_distutils fails without zlib #53680

Closed
birkenfeld opened this issue Jul 31, 2010 · 5 comments
Closed

test_distutils fails without zlib #53680

birkenfeld opened this issue Jul 31, 2010 · 5 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@birkenfeld
Copy link
Member

BPO 9435
Nosy @birkenfeld, @tarekziade, @merwok

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/merwok'
closed_at = <Date 2011-05-26.14:56:54.105>
created_at = <Date 2010-07-31.15:36:24.912>
labels = ['type-bug', 'library']
title = 'test_distutils fails without zlib'
updated_at = <Date 2011-05-26.14:56:54.103>
user = 'https://github.com/birkenfeld'

bugs.python.org fields:

activity = <Date 2011-05-26.14:56:54.103>
actor = 'eric.araujo'
assignee = 'eric.araujo'
closed = True
closed_date = <Date 2011-05-26.14:56:54.105>
closer = 'eric.araujo'
components = ['Distutils']
creation = <Date 2010-07-31.15:36:24.912>
creator = 'georg.brandl'
dependencies = []
files = []
hgrepos = []
issue_num = 9435
keywords = []
message_count = 5.0
messages = ['112157', '121716', '121827', '136970', '136971']
nosy_count = 5.0
nosy_names = ['georg.brandl', 'tarek', 'eric.araujo', 'binbrain', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue9435'
versions = ['Python 2.7']

@birkenfeld
Copy link
Member Author

Noticed it in 3.2a1, but probably present on other branches. It should not fail, but skip these tests.

@birkenfeld birkenfeld added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Jul 31, 2010
@binbrain
Copy link
Mannequin

binbrain mannequin commented Nov 20, 2010

I think this is a dup of bpo-6026 which is fixed...

svn log for Lib/distutils...

bpo-6026: skip test_get_file_list when zlib is not available.
this test requires zlib support
bpo-6026 - fix tests that failed without zlib

@merwok
Copy link
Member

merwok commented Nov 21, 2010

This can be kept open as a separate report, since it was caused by the Big Distutils Revert in 3.2. We’ve already discussed how to fix that in private email and IRC thanks to Ezio. Because of compat requirements, we’ll probably have to use if+return instead of skipIf.

@merwok merwok assigned merwok and unassigned tarekziade Nov 21, 2010
@python-dev
Copy link
Mannequin

python-dev mannequin commented May 26, 2011

New changeset d5572fd3b768 by Éric Araujo in branch '2.7':
Make test_distutils pass without zlib (fixes bpo-9435)
http://hg.python.org/cpython/rev/d5572fd3b768

@merwok
Copy link
Member

merwok commented May 26, 2011

Can’t reproduce in 3.x, fixed in 2.7.

@merwok merwok closed this as completed May 26, 2011
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants