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

[feature] Add Python3.11 support #375

Merged
merged 1 commit into from
Oct 13, 2023
Merged

[feature] Add Python3.11 support #375

merged 1 commit into from
Oct 13, 2023

Conversation

rahul-tuli
Copy link
Member

@rahul-tuli rahul-tuli commented Oct 13, 2023

Testing: ran make test locally will report results when complete

Progress:

$ make test                                                                                                                               (add-python3.11-support|✔)
Running python tests
SPARSEZOO_TEST_MODE="true" NM_DISABLE_ANALYTICS="true" pytest tests "" --ignore tests/sparsezoo/models/test_zoo_extensive.py --ignore tests/sparsezoo/models/classification/test_efficientnet.py --ignore tests/sparsezoo/models/classification/test_inception.py --ignore tests/sparsezoo/models/classification/test_resnet.py --ignore tests/sparsezoo/models/classification/test_vgg.py --ignore tests/sparsezoo/models/detection/test_ssd.py --ignore tests/sparsezoo/models/detection/test_yolo.py;
======================================================================== test session starts ========================================================================
platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0
rootdir: /home/rahul/projects/sparsezoo
plugins: flaky-3.7.0
collected 330 items                                                                                                                                                 

tests/sparsezoo/test_analytics.py .                                                                                                                           [  0%]
tests/sparsezoo/analyze/test_analysis.py ....                                                                                                                 [  1%]
tests/sparsezoo/analyze/test_model_analysis_creation.py ......                                                                                                [  3%]
tests/sparsezoo/analyze/test_analysis/test_analysis_schemas.py ....                                                                                           [  4%]
tests/sparsezoo/analyze/test_analysis/test_analysis_summary.py ....                                                                                           [  5%]
tests/sparsezoo/analyze/utils/test_chart.py ................                                                                                                  [ 10%]
tests/sparsezoo/api/test_exception.py ...                                                                                                                     [ 11%]
tests/sparsezoo/api/test_graphql.py ........                                                                                                                  [ 13%]
tests/sparsezoo/api/test_graphql_utils.py ....                                                                                                                [ 15%]
tests/sparsezoo/api/test_query_parser.py ........                                                                                                             [ 17%]
tests/sparsezoo/deployment_package/test_cli.py .................                                                                                              [ 22%]
tests/sparsezoo/deployment_package/test_constants.py ..                                                                                                       [ 23%]
tests/sparsezoo/deployment_package/test_task_name.py .....................                                                                                    [ 29%]
tests/sparsezoo/deployment_package/utils/test_extractors.py ..                                                                                                [ 30%]
tests/sparsezoo/deployment_package/utils/test_utils.py .......................                                                                                [ 37%]
tests/sparsezoo/model/test_model.py ...........................                                                                                               [ 45%]
tests/sparsezoo/model/test_utils.py .....                                                                                                                     [ 46%]
tests/sparsezoo/objects/test_directories.py ..                                                                                                                [ 47%]
tests/sparsezoo/objects/test_directory.py ........                                                                                                            [ 50%]
tests/sparsezoo/objects/test_file.py ..........                                                                                                               [ 53%]
tests/sparsezoo/objects/test_recipes.py ...                                                                                                                   [ 53%]
tests/sparsezoo/search/test_search.py ..                                                                                                                      [ 54%]
tests/sparsezoo/utils/test_onnx.py .......................................................................................................................... [ 91%]
.....................                                                                                                                                         [ 97%]
tests/sparsezoo/utils/test_registry.py ...                                                                                                                    [ 98%]
tests/sparsezoo/utils/standardization/test_feature_status_page.py ....                                                                                        [100%]

@rahul-tuli rahul-tuli marked this pull request as ready for review October 13, 2023 14:17
@rahul-tuli rahul-tuli merged commit 9ad762f into main Oct 13, 2023
4 checks passed
@rahul-tuli rahul-tuli deleted the add-python3.11-support branch October 13, 2023 14:17
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.

None yet

3 participants