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/105 nox cleanup #106

Merged
merged 8 commits into from
Jul 5, 2024
Merged

Feature/105 nox cleanup #106

merged 8 commits into from
Jul 5, 2024

Commits on Jun 28, 2024

  1. Fix tests on Python 3.12.4

    Starting with Python 3.12.4, it is now possible to get a `signature()`
    of `partial()`.  Update the test accordingly.
    mgorny committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2383a5d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Added versions updater for github actions

    Sylvain MARIE committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    db69b4e View commit details
    Browse the repository at this point in the history
  2. Removed nox hack @power_session, now that nox provides simple param…

    …etrization as in pytest (wntrblm/nox#392). Simplified `nox_utils`. Fixes #105
    Sylvain MARIE committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    596111b View commit details
    Browse the repository at this point in the history
  3. Now using nox --json instead of our gha_list

    Sylvain MARIE committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d6c84a2 View commit details
    Browse the repository at this point in the history
  4. Fixed test on 3.12.4

    Sylvain MARIE committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7bf5dc1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'py3124' of https://github.com/mgorny/python-makefun int…

    …o feature/105_nox_cleanup
    
    # Conflicts:
    #	tests/test_partial_and_macros.py
    Sylvain MARIE committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e0b8734 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f800786 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    6b46d04 View commit details
    Browse the repository at this point in the history