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

Enable Python 3.10 tests in CI #4598

Merged
merged 5 commits into from
Feb 18, 2023
Merged

Conversation

JanuszL
Copy link
Contributor

@JanuszL JanuszL commented Jan 20, 2023

  • updates test dependencies to enable Python 3.10 tests in CI
  • adds wrapper for nose to overcome problem with dependency on
    collections vs collections.abc
  • the inclusion of the code that fixes the problem inside the test itself
    doesn't help as when the test attributes are used the collections
    are accessed before the test file is loaded

Signed-off-by: Janusz Lisiecki jlisiecki@nvidia.com

Category:

Other (e.g. Documentation, Tests, Configuration)

Description:

  • updates test dependencies to enable Python 3.10 tests in CI
  • adds wrapper for nose to overcome problem with dependency on
    collections vs collections.abc
  • the inclusion of the code that fixes the problem inside the test itself
    doesn't help as when the test attributes are used the collections
    are accessed before the test file is loaded

Additional information:

Affected modules and functionalities:

  • qa/setup_packages.py
  • tests

Key points relevant for the review:

  • NA

Tests:

  • Existing tests apply
    • all python tests
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Checklist

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: N/A

@JanuszL JanuszL marked this pull request as draft January 20, 2023 18:11
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7066969]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7066969]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7067494]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7067494]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7068109]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7068109]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7069254]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7069254]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7086851]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7086851]: BUILD PASSED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7091324]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7091325]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7091324]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7091325]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7093214]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7093215]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7093214]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7093215]: BUILD FAILED

@JanuszL JanuszL force-pushed the python_23.10_tests branch 3 times, most recently from 1fb1dae to e62a01b Compare January 26, 2023 20:21
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7119169]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7119169]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7125319]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7125319]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7238578]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7238580]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7246510]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7246511]: BUILD STARTED

qa/setup_packages.py Outdated Show resolved Hide resolved
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7251313]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7246511]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7246510]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7251313]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7262901]: BUILD STARTED

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7263051]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7263051]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7263051]: BUILD PASSED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7306982]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7306982]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7315242]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7315280]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7315300]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [7315300]: BUILD PASSED

@JanuszL JanuszL merged commit fe084d2 into NVIDIA:main Feb 18, 2023
@JanuszL JanuszL deleted the python_23.10_tests branch February 18, 2023 08:02
aderylo pushed a commit to zpp-dali-2022/DALI that referenced this pull request Mar 17, 2023
- updates test dependencies to enable Python 3.10 tests in CI
- adds wrapper for nose to overcome problem with dependency on
  collections vs collections.abc
- the inclusion of the code that fixes the problem inside the test itself
  doesn't help as when the test attributes are used the collections
  are accessed before the test file is loaded

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants