Merge pull request #109556 from fabaff/pubnubsub-handler

This commit is contained in:
Sandro
2021-01-17 13:39:55 +01:00
committed by GitHub
5 changed files with 134 additions and 1 deletions
+6
View File
@@ -5035,6 +5035,10 @@ in {
publicsuffix = callPackage ../development/python-modules/publicsuffix { };
pubnub = callPackage ../development/python-modules/pubnub { };
pubnubsub-handler = callPackage ../development/python-modules/pubnubsub-handler { };
pudb = callPackage ../development/python-modules/pudb { };
pulp = callPackage ../development/python-modules/pulp { };
@@ -6087,6 +6091,8 @@ in {
pytest-twisted = callPackage ../development/python-modules/pytest-twisted { };
pytest-vcr = callPackage ../development/python-modules/pytest-vcr { };
pytest-virtualenv = callPackage ../development/python-modules/pytest-virtualenv { };
pytest-warnings = callPackage ../development/python-modules/pytest-warnings { };