Closed arkamar closed 1 year ago
Merging #633 (8811c63) into master (6150a78) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #633 +/- ##
=======================================
Coverage 95.46% 95.47%
=======================================
Files 74 75 +1
Lines 3198 3204 +6
Branches 358 359 +1
=======================================
+ Hits 3053 3059 +6
Misses 116 116
Partials 29 29
Impacted Files | Coverage Δ | |
---|---|---|
two_factor/plugins/phonenumber/apps.py | 100.00% <100.00%> (ø) |
|
two_factor/plugins/phonenumber/urls.py | 100.00% <100.00%> (ø) |
... and 1 file with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Description
It is necessary to extend exclude list with
tests.*
pattern, otherwise tests submodules will be installed as well. For reference, see custom discovery in setuptools documentation [1].[1] https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#custom-discovery
Motivation and Context
Gentoo package manager refuses to install the package with following error:
How Has This Been Tested?
The Gentoo package manager installs the package successfully, when the proposed change is included.
Types of changes
Checklist: