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

CLI Smoke Tests Broken #731

Closed
derks opened this issue Jun 24, 2024 · 1 comment
Closed

CLI Smoke Tests Broken #731

derks opened this issue Jun 24, 2024 · 1 comment
Milestone

Comments

@derks
Copy link
Member

derks commented Jun 24, 2024

Cement Issue Reporting and Feature Requests

The move to PDM in issue #680, and the removal of setuptools (setup.py).

System Information

  • Cement Version: main
  • Python Version: any
  • Operating System and Version: macOS

Steps to Reproduce (Bugs Only)

from host

  • bash scripts/cli-smoke-test.sh

Results in:

derks@macbook cement $ cat tmp/cli-smoke-test.out
-------------------------------------------------------------------
SMOKE TESTING CEMENT CLI ON PYTHON 3.8
-------------------------------------------------------------------
dfd82aeb95da348c9c8ee4dbb451c523ccb4e358c6b3984869c38b5c98874ca4
python: can't open file 'setup.py': [Errno 2] No such file or directory
@derks derks added this to the 3.0.12 Stable milestone Jun 24, 2024
derks added a commit that referenced this issue Jul 13, 2024
@derks
Copy link
Member Author

derks commented Jul 13, 2024

Resolves in main:

$ ./scripts/cli-smoke-test.sh
output in tmp/cli-smoke-test.out
Building sdist...
Built sdist at /src/dist/cement-3.0.11.tar.gz
Building wheel from sdist...
Built wheel at /src/dist/cement-3.0.11-py3-none-any.whl
INFO: PDM 2.15.4 is installed, while 2.16.1 is available.
Please run `pipx upgrade pdm` to upgrade.
Run `pdm config check_update false` to disable the check.
python 3.8 . . . ok
python 3.9 . . . ok
python 3.10 . . . ok
python 3.11 . . . ok
python 3.12 . . . ok

@derks derks closed this as completed Jul 13, 2024
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

No branches or pull requests

1 participant