Skip to content

Commit

Permalink
Remove old reference to "mock" (#3086)
Browse files Browse the repository at this point in the history
https://github.com/testing-cabal/mock says:

> mock is now part of the Python standard library,
> available as unittest.mock in Python 3.3 onwards.
  • Loading branch information
a-detiste authored Feb 20, 2024
1 parent 2ccb94c commit 96fea35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion parsl/tests/test_mpi_apps/test_mpi_scheduler.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging
import os
import mock
from unittest import mock
import pytest
import pickle
from parsl.executors.high_throughput.mpi_resource_management import TaskScheduler, MPITaskScheduler
Expand Down
2 changes: 0 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ pandas
pytest>=7.4.0,<8
pytest-cov
pytest-random-order
mock>=1.0.0
types-mock
nbsphinx
sphinx_rtd_theme
mypy==1.5.1
Expand Down

0 comments on commit 96fea35

Please sign in to comment.