Skip to content

Commit

Permalink
Explain the significance of “nopytest”.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdswinbank committed Jul 16, 2020
1 parent e37d386 commit 9b4eaaf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/nopytest_ingestIndexReferenceCatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

# This file is excluded from running through pytest due to concerns about the
# interaction between multiprocessing as invoked by this code, and the process
# pool used by pytest.
#
# Note that it is invoked independently by SCons, so the tests are still run
# as part of the build.

import os.path
import tempfile
import unittest
Expand Down

0 comments on commit 9b4eaaf

Please sign in to comment.