Skip to content

Commit

Permalink
remove nose cruft (#9603)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Mar 1, 2023
1 parent bdd81a5 commit cd467f2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions certbot-apache/tests/centos_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ def test_new_rhel_derived(self, mock_get_os_info):
class MultipleVhostsTestCentOS(util.ApacheTest):
"""Multiple vhost tests for CentOS / RHEL family of distros"""

_multiprocess_can_split_ = True

@mock.patch("certbot.util.get_os_info")
def setUp(self, mock_get_os_info): # pylint: disable=arguments-differ
test_dir = "centos7_apache/apache"
Expand Down
2 changes: 0 additions & 2 deletions certbot-apache/tests/debian_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
class MultipleVhostsTestDebian(util.ApacheTest):
"""Multiple vhost tests for Debian family of distros"""

_multiprocess_can_split_ = True

def setUp(self): # pylint: disable=arguments-differ
super().setUp()
self.config = util.get_apache_configurator(
Expand Down
2 changes: 0 additions & 2 deletions certbot-apache/tests/entrypoint_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
class EntryPointTest(unittest.TestCase):
"""Entrypoint tests"""

_multiprocess_can_split_ = True

def test_get_configurator(self):

with mock.patch("certbot.util.get_os_info") as mock_info:
Expand Down
2 changes: 0 additions & 2 deletions certbot-apache/tests/fedora_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ def test_fedora_restart(self):
class MultipleVhostsTestFedora(util.ApacheTest):
"""Multiple vhost tests for CentOS / RHEL family of distros"""

_multiprocess_can_split_ = True

def setUp(self): # pylint: disable=arguments-differ
test_dir = "centos7_apache/apache"
config_root = "centos7_apache/apache/httpd"
Expand Down
2 changes: 0 additions & 2 deletions certbot-apache/tests/gentoo_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def get_vh_truth(temp_dir, config_name):
class MultipleVhostsTestGentoo(util.ApacheTest):
"""Multiple vhost tests for non-debian distro"""

_multiprocess_can_split_ = True

def setUp(self): # pylint: disable=arguments-differ
test_dir = "gentoo_apache/apache"
config_root = "gentoo_apache/apache/apache2"
Expand Down

0 comments on commit cd467f2

Please sign in to comment.