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

1 failure: LC_ALL="C" python3.3m setup.py test #55

Closed
ghost opened this issue Jul 27, 2013 · 3 comments
Closed

1 failure: LC_ALL="C" python3.3m setup.py test #55

ghost opened this issue Jul 27, 2013 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 27, 2013

Originally reported by: iElectric (Bitbucket: iElectric, GitHub: Unknown)


Fails:

#!python

======================================================================
FAIL: test_sdist_with_utf8_encoded_filename (setuptools.tests.test_sdist.TestSdistTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/nix-build-python3.3m-setuptools-0.9.8.drv-0/setuptools-0.9.8/setuptools/tests/test_sdist.py", line 354, in test_sdist_with_utf8_encoded_filename
    self.assertTrue(filename in cmd.filelist.files)
AssertionError: False is not true

----------------------------------------------------------------------
Ran 96 tests in 1.395s

FAILED (failures=1)


@ghost
Copy link
Author

ghost commented Jul 30, 2013

Original comment by iElectric (Bitbucket: iElectric, GitHub: Unknown):


Same test fails on darwin and python2.7:

#!python

======================================================================
FAIL: test_sdist_with_latin1_encoded_filename (setuptools.tests.test_sdist.TestSdistTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/private/tmp/nix-build-w4v958i7zailckxh0wbvcf9r907bzfmy-python2.7-setuptools-0.9.8.drv-0/setuptools-0.9.8/setuptools/tests/test_sdist.py", line 400, in test_sdist_with_latin1_encoded_filename
    self.assertTrue(filename in cmd.filelist.files)
AssertionError: False is not true

@ghost
Copy link
Author

ghost commented Oct 27, 2013

Original comment by toshio (Bitbucket: toshio, GitHub: toshio):


This is a new report of the following distribute bug:

https://bitbucket.org/tarek/distribute/issue/363/skip-test_sdist_with_utf8_encoded_filename

And the comment in issue 303 that justifies skipping the test:
https://bitbucket.org/tarek/distribute/issue/303/#comment-2315674

It would be great to get the patch applied as I've been having to carry it in our packages for quite a while to get the tests to pass :-)

@ghost
Copy link
Author

ghost commented Oct 28, 2013

Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco):


Skip test when file system encoding is not suitable. Fixes #55 and Distribute #363.

@ghost ghost added minor bug labels Mar 29, 2016
@ghost ghost closed this as completed Mar 29, 2016
jaraco added a commit that referenced this issue Oct 19, 2021
Use -Wl,-R instead of -R
jaraco pushed a commit that referenced this issue Jun 12, 2022
This patch adds a job that is able to accurately signal whether
all the expectations of the required jobs to succeed are met.

This job can then be used as a source of truth for judging whether
"CI passes" and can be used in the branch protection. It also plays
a role of a convenient "gate" — this is the only job that would have
to be listed in the branch protection as opposed to listing every
single job name generated by the test matrix (and they all have
different names — it's not possible to just select one `test` job
name).

Ref: https://github.com/re-actors/alls-green#why
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants