Skip to content

Commit d8bdab5

Browse files
committed
Test against all supported factoryboy versions
1 parent 3bb755d commit d8bdab5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Unreleased
1111

1212
Added
1313
+++++
14+
* Test against all supported `factory-boy` versions
1415

1516
Changed
1617
+++++++

tox.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
distshare = {homedir}/.tox/distshare
33
envlist = py{3.9,3.10,3.11,3.12,3.13,3.14}-pytest{7.3,7.4,8.0,8.1,8.2,8.3,8.4,latest,main}
44
py{3.9,3.10,3.11}-pytest{7.0,7.1,7.2}
5+
py{3.9,3.10,3.11,3.12,3.13,3.14}-factoryboy{2.10,2.11,2.12,3.0,3.1,3.2,3.3,latest,main}
56

67
[testenv]
78
parallel_show_output = true
@@ -22,6 +23,16 @@ deps =
2223
pytest7.1: pytest~=7.1.0
2324
pytest7.0: pytest~=7.0.0
2425

26+
factoryboylatest: factory-boy
27+
factoryboymain: git+https://github.com/FactoryBoy/factory_boy.git@master
28+
factoryboy3.3: factory-boy~=3.3.0
29+
factoryboy3.2: factory-boy~=3.2.0
30+
factoryboy3.1: factory-boy~=3.1.0
31+
factoryboy3.0: factory-boy~=3.0.0
32+
factoryboy2.12: factory-boy~=2.12.0
33+
factoryboy2.11: factory-boy~=2.11.0
34+
factoryboy2.10: factory-boy~=2.10.0
35+
2536
coverage[toml]
2637

2738
[pytest]

0 commit comments

Comments
 (0)