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

Various fixes #219

Merged
merged 3 commits into from
Oct 3, 2024
Merged

Various fixes #219

merged 3 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. packit: Adjust for setuptools output tar name change

    Similar to commit 1a1357e.
    martinpitt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9d4bbbb View commit details
    Browse the repository at this point in the history
  2. pyproject: Drop docstring from _version.py

    This causes trouble with CentOS 9 stream's old setuptools_scm: That
    ignores the line break and thus generates a syntactically invalid
    _version.py.
    
    Current pylint also stopped complaining about the missing docstring.
    martinpitt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    10a5405 View commit details
    Browse the repository at this point in the history
  3. fmf: Strengthen integration test

    Enable `pipefail` shell option.
    
    Reduce timeout, this should take not even a second.
    martinpitt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ad995fa View commit details
    Browse the repository at this point in the history