Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mypy throws crazy errors about ruamel every second time it's run #157

Closed
grahamgower opened this issue Dec 2, 2020 · 1 comment
Closed

Comments

@grahamgower
Copy link
Member

Maybe there's a problem with my setup? I tried removing the .mypy_cache. ruamel.yaml does in fact have type annotations.

$ mypy
Success: no issues found in 14 source files
$ mypy
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/2and3/jinja2/sandbox.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/http/client.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/email/mime/base.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/http/server.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/2and3/jinja2/__init__.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/osutil.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/usr/lib/python3.8/site-packages/packaging/specifiers.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/statistics.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/compat.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/warning_types.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/pathlib.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/entry_points.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
demes/load_dump.py:6: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
demes/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
demes/__init__.py:1: note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/email/mime/nonmultipart.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/email/mime/multipart.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/http/cookiejar.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/urllib/request.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/urllib/error.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/http_client.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/email_mime_base.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/SimpleHTTPServer.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/matching.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/tags.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/urllib/response.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/usr/lib/python3.8/site-packages/packaging/markers.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/_io/terminalwriter.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/_code/source.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/mark/expression.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/config/exceptions.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/deprecated.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
demes/__main__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
demes/convert/msprime_.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/email/mime/text.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/urllib_error.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/http_cookiejar.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/email_mime_nonmultipart.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/email_mime_multipart.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/urllib/request.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/urllib/error.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/pycode/parser.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/pycode/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/parallel.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/rst.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/pycompat.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/highlighting.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/inspect.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/ext/autodoc/mock.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/ext/autodoc/importer.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/domains/math.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/domains/changeset.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/directives/patches.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/directives/other.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/directives/code.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/docfields.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/versioning.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/transforms/references.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/transforms/i18n.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/domains/citation.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/directives/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/io.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/environment/adapters/asset.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/parsers.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/domains/std.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/domains/index.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/nodes.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/transforms/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/environment/adapters/toctree.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/addnodes.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/builders/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/i18n.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/docutils.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/theming.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/roles.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/registry.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/project.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/extension.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/events.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/environment/collectors/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/domains/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/ext/autodoc/directive.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/logging.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/environment/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/config.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/application.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/ext/autodoc/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/smartypants.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/domains/python.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/jinja2glue.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/search/en.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/search/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/util/template.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/sphinx/builders/gettext.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/_io/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
demes/convert/stdpopsim_.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
demes/convert/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/email_mime_text.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/_code/code.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/config/argparsing.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/database.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
tests/test_moments.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
tests/test_convert.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/urllib/__init__.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/moves/__init__.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/mypy/typeshed/third_party/3/six/__init__.pyi:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/_code/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/compat.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/shrinking/lexical.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/utils.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/reflection.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/dfa/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/floats.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/coverage.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/data.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/shrinking/learned_dfas.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/dfa/lstar.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/shrinking/floats.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/datatree.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/validation.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/shrinking/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/_settings.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/reporting.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/escalation.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/shrinking/dfas.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/shrinker.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/pareto.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/strategies.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/collections.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/engine.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/core.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/control.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/strings.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/recursive.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/numbers.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/misc.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/lazy.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/deferred.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/shared.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/functions.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/core.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/ipaddress.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/datetime.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/extra/pytz.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/extra/numpy.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/flatmapped.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/internal/conjecture/optimiser.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/featureflags.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/provisional.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/random.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/regex.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/extra/django/_fields.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/types.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/stateful.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/extra/django/_impl.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/strategies/_internal/attrs.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/hypothesis/extra/django/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/usr/lib/python3.8/site-packages/packaging/requirements.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/assertion/util.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/python_api.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
tests/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/config/findpaths.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/hookspec.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/config/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/mark/structures.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/mark/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/fixtures.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/recwarn.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/nodes.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/reports.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/assertion/truncate.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/runner.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/debugging.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/main.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/python.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/assertion/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/pytest/collect.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/pytest/__init__.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/helpconfig.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/cacheprovider.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/capture.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/terminal.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
/home/grg/.local/lib/python3.8/site-packages/_pytest/warnings.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
tests/test_load_dump.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
tests/test_demes.py:1: error: Skipping analyzing 'ruamel': found module but no type hints or library stubs
Found 191 errors in 191 files (checked 14 source files)
@grahamgower
Copy link
Member Author

See python/mypy#7276

grahamgower added a commit to grahamgower/demes-python that referenced this issue Feb 20, 2021
There's almost nothing to be checked here anyway.

Fixes popsim-consortium#157.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant