graphene icon indicating copy to clipboard operation
graphene copied to clipboard

installed_tests=false still installs introspection file

Open nekopsykose opened this issue 2 years ago • 0 comments

1.10.8

Experienced behavior

installed_tests=false installs installed-tests/graphene-1.0/introspection.py

Expected behavior

to not install the introspection file into the installed-tests folder with installed_tests=false

Steps to reproduce

meson \
  -Dinstalled_tests=false \
  . output
meson compile ${JOBS:+-j ${JOBS}} -C output
meson install --no-rebuild -C output

Operating system in use

alpine linux edge x86_64

SIMD implementation in use

default settings

nekopsykose avatar Apr 07 '22 18:04 nekopsykose