File: main.fmf

package info (click to toggle)
scikit-build-core 0.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,408 kB
  • sloc: python: 13,380; ansic: 140; cpp: 134; sh: 27; fortran: 18; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/pytest:
  summary: Run pytest tests
  tag: [ pytest ]
  # TODO: filter only for network marked tests
  /all:
    summary: All pytest
    # TODO: Find a better way to deal with lack of git data
    path: /
    test: |
      # Fake a git archive
      cat << EOF > .git_archival.txt
      node: 47431d4eefbac9c3a7c49e62c73e624b932023eb
      node-date: 2025-02-27T16:18:39-05:00
      describe-name: v0.11.0
      EOF
      # Actually run pytest
      python3 -m pytest