Skip to content

Commit

Permalink
Another batch of python import tests (#25990)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyawadhwa authored Aug 13, 2024
1 parent c8cea6f commit 071dadb
Show file tree
Hide file tree
Showing 17 changed files with 103 additions and 0 deletions.
6 changes: 6 additions & 0 deletions py3-cleo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ update:
github:
identifier: python-poetry/cleo
use-tag: true

test:
pipeline:
- uses: python/import
with:
import: cleo
6 changes: 6 additions & 0 deletions py3-crashtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ update:
enabled: true
github:
identifier: sdispater/crashtest

test:
pipeline:
- uses: python/import
with:
import: crashtest
6 changes: 6 additions & 0 deletions py3-decorator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ update:
manual: false
github:
identifier: micheles/decorator

test:
pipeline:
- uses: python/import
with:
import: decorator
6 changes: 6 additions & 0 deletions py3-editables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ update:
github:
identifier: pfmoore/editables
use-tag: true

test:
pipeline:
- uses: python/import
with:
import: editables
6 changes: 6 additions & 0 deletions py3-entrypoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ update:
manual: false
github:
identifier: takluyver/entrypoints

test:
pipeline:
- uses: python/import
with:
import: entrypoints
6 changes: 6 additions & 0 deletions py3-executing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ update:
github:
identifier: alexmojaki/executing
strip-prefix: v

test:
pipeline:
- uses: python/import
with:
import: executing
6 changes: 6 additions & 0 deletions py3-extras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ update:
manual: false
github:
identifier: testing-cabal/extras

test:
pipeline:
- uses: python/import
with:
import: extras
7 changes: 7 additions & 0 deletions py3-face.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ update:
identifier: mahmoud/face
strip-prefix: v
use-tag: true

test:
pipeline:
- uses: python/import
with:
imports: |
from face import Command, echo
6 changes: 6 additions & 0 deletions py3-fasteners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ update:
manual: false
github:
identifier: harlowja/fasteners

test:
pipeline:
- uses: python/import
with:
import: fasteners
6 changes: 6 additions & 0 deletions py3-fastjsonschema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ update:
identifier: horejsek/python-fastjsonschema
strip-prefix: v
use-tag: true

test:
pipeline:
- uses: python/import
with:
import: fastjsonschema
6 changes: 6 additions & 0 deletions py3-frozenlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ update:
enabled: true
release-monitor:
identifier: 41138

test:
pipeline:
- uses: python/import
with:
import: frozenlist
6 changes: 6 additions & 0 deletions py3-future.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ update:
github:
identifier: PythonCharmers/python-future
strip-prefix: v

test:
pipeline:
- uses: python/import
with:
import: future
6 changes: 6 additions & 0 deletions py3-gcsfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ update:
manual: false
github:
identifier: fsspec/gcsfs

test:
pipeline:
- uses: python/import
with:
import: gcsfs
6 changes: 6 additions & 0 deletions py3-gevent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ update:
enabled: true
release-monitor:
identifier: 6835

test:
pipeline:
- uses: python/import
with:
import: gevent
6 changes: 6 additions & 0 deletions py3-glom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ update:
enabled: true
release-monitor:
identifier: 120576

test:
pipeline:
- uses: python/import
with:
import: glom
6 changes: 6 additions & 0 deletions py3-gpep517.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ update:
enabled: true
release-monitor:
identifier: 255912

test:
pipeline:
- uses: python/import
with:
import: gpep517
6 changes: 6 additions & 0 deletions py3-greenlet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ update:
enabled: true
release-monitor:
identifier: 6870

test:
pipeline:
- uses: python/import
with:
import: greenlet

0 comments on commit 071dadb

Please sign in to comment.