Skip to content

Commit dee34e6

Browse files
authored
Split test fixtures per Nautobot version (#164)
* chore: Move files * chore: Split tests per Nautobot minor version * chore: Limit CI tests * chore: Added changelog fragment
1 parent 92590f3 commit dee34e6

File tree

453 files changed

+35
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

453 files changed

+35
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
strategy:
147147
fail-fast: true
148148
matrix:
149-
python-version: ["3.8", "3.11"]
149+
python-version: ["3.8"]
150150
db-backend: ["postgresql"]
151151
nautobot-version: ["2.0.6", "2.1"]
152152
include:

changes/157.housekeeping

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Split test fixtures per minor Nautobot version.

0 commit comments

Comments
 (0)