Skip to content

Commit e5d9edb

Browse files
author
infobip-ci
committed
Update to version 3.0.2
1 parent 56621c5 commit e5d9edb

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import pytest
2+
3+
def func(x):
4+
return x + 2
5+
6+
def test_simple():
7+
assert func(3) == 5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
],
5656
python_requires=">=3.6",
5757
install_requires=REQUIRES,
58-
packages=find_packages(),
58+
packages=find_packages(exclude=["test", "tests"]),
5959
include_package_data=True,
6060
license="MIT",
6161
long_description=long_description,

test-requirements.txt

-100 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)