Skip to content

test_sequencer_basic failure #161

@dmacks

Description

@dmacks

Describe the bug
test_sequencer_basic fails with:

Traceback (most recent call last):
  File "/sw/build.build/distlib-py310-0.3.4-1/distlib-0.3.4/tests/test_util.py", line 410, in test_sequencer_basic
    self.assertIn(actual, expected)
AssertionError: [('upload_sdist',), ('sdist',), ('upload_bdist',), ('install',), ('install_distinfo',), ('install_data',), ('install_scripts',), ('install_lib',), ('install_headers',), ('test',), ('build',), ('build_scripts',), ('build_py',), ('build_ext',), ('build_clibs',), ('register',), ('check',)] not found in ([('test',), ('upload_bdist',), ('install',), ('install_distinfo',), ('install_data',), ('install_scripts',), ('install_lib',), ('install_headers',), ('build',), ('build_scripts',), ('build_py',), ('build_ext',), ('build_clibs',), ('upload_sdist',), ('sdist',), ('register',), ('check',)], [('install',), ('install_distinfo',), ('install_data',), ('install_scripts',), ('install_lib',), ('install_headers',), ('test',), ('upload_bdist',), ('build',), ('build_scripts',), ('build_py',), ('build_ext',), ('build_clibs',), ('upload_sdist',), ('sdist',), ('register',), ('check',)], [('upload_sdist',), ('sdist',), ('install',), ('install_distinfo',), ('install_data',), ('upload_bdist',), ('register',), ('install_scripts',), ('install_lib',), ('install_headers',), ('test',), ('build',), ('build_scripts',), ('build_py',), ('build_ext',), ('build_clibs',), ('check',)], [('upload_sdist',), ('sdist',), ('upload_bdist',), ('register',), ('test',), ('install',), ('install_distinfo',), ('install_data',), ('install_scripts',), ('install_lib',), ('install_headers',), ('build',), ('build_scripts',), ('build_py',), ('build_ext',), ('build_clibs',), ('check',)], [('upload_sdist',), ('sdist',), ('upload_bdist',), ('register',), ('install',), ('install_distinfo',), ('install_data',), ('install_scripts',), ('install_lib',), ('install_headers',), ('test',), ('build',), ('build_scripts',), ('build_py',), ('build_ext',), ('build_clibs',), ('check',)])

That's with python-3.10.2, and the same thing happens with python-3.9.10 and python-3.8.12. It passes on python 2.7/3.6/3.7.

To Reproduce
Steps to reproduce the behavior:

  1. python3.10 setup.py build
  2. export SKIP_ONLINE=1
  3. python3.10 setup.py test
  4. See error

Expected behavior
All tests succeed (pass or skip)

Environment

  • OS X 10.13, python interpretters supplied via fink
  • distlib-0.3.4 (also tried 0.3.3)

Additional information
There is a similar bug report at
https://bugzilla.redhat.com/show_bug.cgi?id=2033200

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions