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

[Bug]: Failing astrodata tests #80

Open
1 task done
teald opened this issue Jan 6, 2025 · 0 comments · May be fixed by #81
Open
1 task done

[Bug]: Failing astrodata tests #80

teald opened this issue Jan 6, 2025 · 0 comments · May be fixed by #81
Assignees
Labels
bug Something isn't working CI/CD Changes to CI/CD workflows dependencies Pull requests that update a dependency file maintenance For maintenance tasks

Comments

@teald
Copy link
Member

teald commented Jan 6, 2025

Contact Details

No response

What happened?

See failed scheduled actions runs:

The failed with the following message:

nox > poetry export --only=main,test --without-hashes --format=requirements.txt --output=.nox/script_tests-3-10/tmp/requirements.txt
nox > Command poetry export --only=main,test --without-hashes --format=requirements.txt --output=.nox/script_tests-3-10/tmp/requirements.txt failed with exit code 1:

The command "export" does not exist.

This is due to Poetry 2 being installed during workflows now, which deprecates support for export without installing the plugin.

Version

Development

Relevant log output

# Unit tests
  python -m nox -s script_tests --verbose -x -- -xvv
  shell: /bin/bash -l {0}
  env:
    pythonLocation: /Users/runner/hostedtoolcache/Python/3.12.8/arm64
    PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.12.8/arm64/lib/pkgconfig
    Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.12.8/arm64
    Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.12.8/arm64
    Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.12.8/arm64
nox > Running session script_tests-3.10
nox > Creating virtual environment (virtualenv) using python3.10 in .nox/script_tests-3-10
created virtual environment CPython3.10.11.final.0-64 in 370ms
  creator CPython3Posix(dest=/Users/runner/work/astrodata/astrodata/.nox/script_tests-3-10, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/Users/runner/Library/Application Support/virtualenv)
    added seed packages: pip==24.3.1, setuptools==75.6.0, wheel==0.45.1
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

nox > poetry export --only=main,test --without-hashes --format=requirements.txt --output=.nox/script_tests-3-10/tmp/requirements.txt
nox > Command poetry export --only=main,test --without-hashes --format=requirements.txt --output=.nox/script_tests-3-10/tmp/requirements.txt failed with exit code 1:

The command "export" does not exist.
nox > Session script_tests-3.10 failed.
Error: Process completed with exit code 1.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@teald teald added bug Something isn't working dependencies Pull requests that update a dependency file maintenance For maintenance tasks CI/CD Changes to CI/CD workflows labels Jan 6, 2025
@teald teald self-assigned this Jan 6, 2025
@teald teald changed the title [Bug]: Failing astrodata build tests [Bug]: Failing astrodata tests Jan 6, 2025
@teald teald linked a pull request Jan 6, 2025 that will close this issue
@teald teald linked a pull request Jan 6, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI/CD Changes to CI/CD workflows dependencies Pull requests that update a dependency file maintenance For maintenance tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant