Skip to content

Commit

Permalink
Merge branch 'aw/fix-faling-e2e-windows' into sn/graphviz-message
Browse files Browse the repository at this point in the history
  • Loading branch information
normandy7 committed Sep 14, 2023
2 parents d009fed + 36c7955 commit 6fd2b68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ force_grid_wrap = 2
[tool.flake8]
max-line-length = 120
extend-ignore = "E203"

#[tool.pytest.ini_options]
#addopts = "-p no:faulthandler"
3 changes: 3 additions & 0 deletions tests/test_e2e.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import pytest
import xgboost as xgb
from matplotlib import use
from neptune.new.integrations.xgboost import NeptuneCallback

try:
Expand All @@ -12,6 +13,8 @@

@pytest.mark.parametrize("log_tree", [None, [0, 1, 2, 3]])
def test_e2e(dataset, log_tree):
use("Agg")

# Start a run
run = init_run()

Expand Down

0 comments on commit 6fd2b68

Please sign in to comment.