← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~troyanov/maas:backport-testtools-fix-3.3 into maas:3.3

 

Anton Troyanov has proposed merging ~troyanov/maas:backport-testtools-fix-3.3 into maas:3.3.

Commit message:
fix: set explicit testtools version

testtools 2.6.0 has a breaking change [1] that leads to an error:

    AttributeError: module 'email' has no attribute 'message'

[1]: https://github.com/testing-cabal/testtools/commit/b4bcd3c3d1964352d5f51def08629114057541a8

(cherry picked from commit f08e136c52d5dab55e73da9f9e65042bb28ad612)

Requested reviews:
  MAAS Maintainers (maas-maintainers)

For more details, see:
https://code.launchpad.net/~troyanov/maas/+git/maas/+merge/438931
-- 
Your team MAAS Committers is subscribed to branch maas:3.3.
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 0b72d0f..443d70a 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -9,5 +9,6 @@ pytest-xdist==2.5.0
 python-subunit==1.4.0
 testresources==2.0.1
 testscenarios==0.5.0
+testtools==2.5.0
 # Install MAAS itself in editable mode
 -e .

Follow ups