Skip to content

pip install "pynntp[tests]" for running the tests on other repos #56

@cclauss

Description

@cclauss

GitHub Actions in these repos run the pynntp tests against an INN2 server to ensure compatibility. pypnp does not ship with its tests so this currently requires:

      - uses: actions/checkout@v4
        with:
          repository: greenbender/pynntp
      - uses: actions/setup-python@v5
        with:
          python-version: '3.x'
      - run: pip install --upgrade pip
      - run: pip install pytest
      - run: pip install --editable .
      - run: pytest

Would it be possible to create a pip install "pynntp[tests]" option that would shorten this to:

      - uses: actions/setup-python@v5
        with:
          python-version: '3.x'
      - run: pip install --upgrade pip
      - run: pip install "pynntp[tests]" pytest
      - run: pytest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions