Skip to content

Conversation

Jannis-Mittenzwei
Copy link
Contributor

@Jannis-Mittenzwei Jannis-Mittenzwei commented Aug 28, 2025

closes #494

Checklist

Note: If any of the items in the checklist are not relevant to your PR, just check the box.

For any Pull Request

Is the following correct:

  • the title of the Pull Request?
  • the title of the corresponding issue?
  • there are no other open Pull Requests for the same update/change?
  • that the issue which this Pull Request fixes ("Fixes...") is mentioned?

When Changes Were Made

Did you:

  • update the changelog?
  • update the cookiecutter-template?
  • update the implementation?
  • check coverage and add tests: unit tests and, if relevant, integration tests?
  • update the User Guide & other documentation?
  • resolve any failing CI criteria (incl. Sonar quality gate)?

When Preparing a Release

Have you:

  • thought about version number (major, minor, patch)?
  • checked Exasol packages for updates and resolved open vulnerabilities, if easily possible?

@ArBridgeman ArBridgeman force-pushed the feature/#494-create-check-of-built-packages branch from c7ef32c to 2b22282 Compare September 1, 2025 08:46
@ArBridgeman ArBridgeman force-pushed the feature/#494-create-check-of-built-packages branch from 751711a to be6ced8 Compare September 1, 2025 08:55
…com:exasol/python-toolbox into feature/#494-create-check-of-built-packages
@ArBridgeman ArBridgeman force-pushed the feature/#494-create-check-of-built-packages branch from 7e8836b to 1be8f3c Compare September 30, 2025 18:53
@ArBridgeman ArBridgeman requested review from ArBridgeman and removed request for ArBridgeman October 10, 2025 07:54
@Shmuma
Copy link

Shmuma commented Oct 15, 2025

@Jannis-Mittenzwei Test test_package_check is throwing ProcessError due to non-zero exit code from nox -s package:check.
This happens only in test environment and this task is returning the following stdout:

Building exasol-repo (0.1.0)
Building sdist
  - Building sdist
  - Built exasol_repo-0.1.0.tar.gz
Building wheel
  - Building wheel
  - Built exasol_repo-0.1.0-py3-none-any.whl
Checking 
/tmp/pytest-of-maxim.lapan/pytest-4/project_template_test0/repo/dist/exasol_repo
-0.1.0-py3-none-any.whl: FAILED
ERROR    `long_description` has syntax errors in markup and would not be        
         rendered on PyPI.                                                      
         line 11: Warning: Definition list ends without a blank line; unexpected
         unindent.                                                              
Checking 
/tmp/pytest-of-maxim.lapan/pytest-4/project_template_test0/repo/dist/exasol_repo
-0.1.0.tar.gz: FAILED
ERROR    `long_description` has syntax errors in markup and would not be        
         rendered on PyPI.                                                      
         line 11: Warning: Definition list ends without a blank line; unexpected
         unindent. 

I'm not very familiar with the logic, maybe you have more ideas what is wrong with the test environmet pytest creates.

Copy link

@ArBridgeman ArBridgeman self-requested a review October 17, 2025 10:46
@Jannis-Mittenzwei Jannis-Mittenzwei merged commit 10dbd4f into main Oct 17, 2025
56 checks passed
@Jannis-Mittenzwei Jannis-Mittenzwei deleted the feature/#494-create-check-of-built-packages branch October 17, 2025 12:02
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.

Create check of built packages

3 participants