File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def pytest_configure(config):
18
18
def pytest_collection_modifyitems (config , items ):
19
19
moccasin_config = get_or_initialize_config ()
20
20
active_network = moccasin_config .get_active_network ()
21
- if active_network .live_or_staging :
21
+ if active_network .live_or_staging and not active_network . is_fork :
22
22
skip_non_staging = pytest .mark .skip (reason = "Not a staging test" )
23
23
for item in items :
24
24
if "staging" not in item .keywords :
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " moccasin"
3
- version = " 0.3.4b2 "
3
+ version = " 0.3.4b3 "
4
4
description = " Pythonic smart contract development framework using Titanoboa"
5
5
authors = [
6
6
{
name =
" PatrickAlphac" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments